From eabdac00164689a6d87d72768250d6f9da6efd5c Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 7 Feb 2024 09:38:36 -0500 Subject: [PATCH] fix(pencil): Prevent typography object merging with MUI causing runtime issues * rename typography object * Transformed tokens * Built and updated design tokens * Files compiled! * Built and updated design tokens * Files compiled! * fix ds3 fontweights * Transformed tokens * Built and updated design tokens * Files compiled! --------- Co-authored-by: Ian Clarke Co-authored-by: iryanclarke Co-authored-by: Benaiah Barango Co-authored-by: bambie1 --- 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 | 2 +- dist/documentation/themes/dark.js | 2 +- dist/documentation/themes/emerson.d.ts | 2 +- dist/documentation/themes/emerson.js | 2 +- dist/documentation/themes/light.d.ts | 2 +- dist/documentation/themes/light.js | 2 +- dist/documentation/themes/lightDS3.d.ts | 2 +- dist/documentation/themes/lightDS3.js | 2 +- 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 | 2 +- dist/tokens/scss/themes/emerson.scss | 2 +- dist/tokens/scss/themes/light.scss | 2 +- dist/tokens/scss/themes/lightDS3.scss | 2 +- 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/dimensions.d.ts | 2 +- dist/tokens/ts/dimensions.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/lightDS3.json | 10 +++++----- src/helpers/style-dictionary/formats/tokens.js | 2 +- src/transformed/transformed-lightDS3.json | 8 ++++---- 57 files changed, 80 insertions(+), 80 deletions(-) diff --git a/dist/documentation/core-dark-colors.d.ts b/dist/documentation/core-dark-colors.d.ts index f262e192..c61167fc 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-dark-colors.js b/dist/documentation/core-dark-colors.js index 1a215b35..0252c4f8 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/core-light-colors.d.ts b/dist/documentation/core-light-colors.d.ts index 2b5100f0..d093c483 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-light-colors.js b/dist/documentation/core-light-colors.js index 12a63c1a..91e13df0 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/themes/dark.d.ts b/dist/documentation/themes/dark.d.ts index 6357f707..c5cc0786 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/dark.js b/dist/documentation/themes/dark.js index 2035e6b5..c4e76c78 100644 --- a/dist/documentation/themes/dark.js +++ b/dist/documentation/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/emerson.d.ts b/dist/documentation/themes/emerson.d.ts index 03807f45..a3003dd7 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/emerson.js b/dist/documentation/themes/emerson.js index f412e2c2..f09c35a0 100644 --- a/dist/documentation/themes/emerson.js +++ b/dist/documentation/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/light.d.ts b/dist/documentation/themes/light.d.ts index c01edf83..143b68cf 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/light.js b/dist/documentation/themes/light.js index 2e4c23ae..a91a2de9 100644 --- a/dist/documentation/themes/light.js +++ b/dist/documentation/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/lightDS3.d.ts b/dist/documentation/themes/lightDS3.d.ts index 03807f45..a3003dd7 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/lightDS3.js b/dist/documentation/themes/lightDS3.js index 7b13105a..b40d4ff6 100644 --- a/dist/documentation/themes/lightDS3.js +++ b/dist/documentation/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/tokens/native/borders.d.ts b/dist/tokens/native/borders.d.ts index 5c3d6fe5..209c55ee 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const radiusBase : number; diff --git a/dist/tokens/native/borders.js b/dist/tokens/native/borders.js index 2a395e6e..c37ba4af 100644 --- a/dist/tokens/native/borders.js +++ b/dist/tokens/native/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = { diff --git a/dist/tokens/native/core-dark-colors.d.ts b/dist/tokens/native/core-dark-colors.d.ts index e3191ff1..252ffa3b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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 1b02c8c7..01355b8b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {green: {100 : "#0C291E",200 : "#124935",300 : "#1F5B45",400 : "#206A4F",500 : "#288563",600 : "#42AD86",700 : "#BFE8D9",800 : "#F0FFF9"}, diff --git a/dist/tokens/native/core-light-colors.d.ts b/dist/tokens/native/core-light-colors.d.ts index 704757a3..a78cda14 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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 71ec240b..787d86d1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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 fcab6932..775b9162 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/native/themes/dark.js b/dist/tokens/native/themes/dark.js index 4b27f823..929bec0b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "dark", @@ -22,4 +22,4 @@ shadow: {base : "#000000"}, accent: { forest: { textBody: "#BFE8D9", textEmphasis: "#F0FFF9", backgroundMuted0: "#124935", backgroundMuted1: "#1F5B45", backgroundMuted2: "#206A4F" }, sand: { textBody: "#EFE5D1", textEmphasis: "#F6F1E5", backgroundMuted0: "#493612", backgroundMuted1: "#5E4317", backgroundMuted2: "#6B5024" } }, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/native/themes/emerson.js b/dist/tokens/native/themes/emerson.js index cfb2c17a..174f8bae 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "emerson", @@ -22,4 +22,4 @@ shadow: {base : "#000000"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/native/themes/light.js b/dist/tokens/native/themes/light.js index 861e54e5..50c581a3 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "light", @@ -22,4 +22,4 @@ shadow: {base : "#36485C"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/native/themes/lightDS3.js b/dist/tokens/native/themes/lightDS3.js index d0cd0c70..7a37892d 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "lightDS3", @@ -22,4 +22,4 @@ shadow: {base : "#36485C"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file diff --git a/dist/tokens/native/typography.d.ts b/dist/tokens/native/typography.d.ts index e6e9f7b2..6750ac00 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/native/typography.js b/dist/tokens/native/typography.js index ce1c1c23..1f4c1b5f 100644 --- a/dist/tokens/native/typography.js +++ b/dist/tokens/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = { diff --git a/dist/tokens/scss/borders.scss b/dist/tokens/scss/borders.scss index 0ef2cdc0..11e2e744 100644 --- a/dist/tokens/scss/borders.scss +++ b/dist/tokens/scss/borders.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $radiusBase: 8px; $radiusCircle: 50%; diff --git a/dist/tokens/scss/core-dark-colors.scss b/dist/tokens/scss/core-dark-colors.scss index f1a4b7b6..a2eb87dd 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $green100: #0C291E; $green200: #124935; diff --git a/dist/tokens/scss/core-light-colors.scss b/dist/tokens/scss/core-light-colors.scss index 7e9bb792..16faa801 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/dist/tokens/scss/themes/dark.scss b/dist/tokens/scss/themes/dark.scss index 1ebe5b4d..10f670cb 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $textEmphasis: #FFFFFF; $textBody: #BCBDBF; diff --git a/dist/tokens/scss/themes/emerson.scss b/dist/tokens/scss/themes/emerson.scss index db02ecee..d9d7d382 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $textEmphasis: #36485C; $textBody: #475A70; diff --git a/dist/tokens/scss/themes/light.scss b/dist/tokens/scss/themes/light.scss index 1bae8097..dc618c5a 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $textEmphasis: #2E3A47; $textBody: #36485C; diff --git a/dist/tokens/scss/themes/lightDS3.scss b/dist/tokens/scss/themes/lightDS3.scss index 646ee834..9642e94b 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 Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $textEmphasis: #36485C; $textBody: #475A70; diff --git a/dist/tokens/scss/typography.scss b/dist/tokens/scss/typography.scss index 2cbcbe7a..f9556bd6 100644 --- a/dist/tokens/scss/typography.scss +++ b/dist/tokens/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Mon, 05 Feb 2024 19:16:23 GMT +// Generated on Tue, 06 Feb 2024 21:36:06 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/dist/tokens/ts/borders.d.ts b/dist/tokens/ts/borders.d.ts index a0e4bb4e..aac8f9f8 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const radiusBase : string; diff --git a/dist/tokens/ts/borders.js b/dist/tokens/ts/borders.js index af9adad3..957b87f1 100644 --- a/dist/tokens/ts/borders.js +++ b/dist/tokens/ts/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = { diff --git a/dist/tokens/ts/core-dark-colors.d.ts b/dist/tokens/ts/core-dark-colors.d.ts index e3191ff1..252ffa3b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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 1b02c8c7..01355b8b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {green: {100 : "#0C291E",200 : "#124935",300 : "#1F5B45",400 : "#206A4F",500 : "#288563",600 : "#42AD86",700 : "#BFE8D9",800 : "#F0FFF9"}, diff --git a/dist/tokens/ts/core-light-colors.d.ts b/dist/tokens/ts/core-light-colors.d.ts index 704757a3..a78cda14 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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 71ec240b..787d86d1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 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/dimensions.d.ts b/dist/tokens/ts/dimensions.d.ts index 942f0a0f..53c18f37 100644 --- a/dist/tokens/ts/dimensions.d.ts +++ b/dist/tokens/ts/dimensions.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const contentAreaMax : string; \ No newline at end of file diff --git a/dist/tokens/ts/dimensions.js b/dist/tokens/ts/dimensions.js index 1e067d4c..42945838 100644 --- a/dist/tokens/ts/dimensions.js +++ b/dist/tokens/ts/dimensions.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = { diff --git a/dist/tokens/ts/themes/dark.d.ts b/dist/tokens/ts/themes/dark.d.ts index fcab6932..775b9162 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/ts/themes/dark.js b/dist/tokens/ts/themes/dark.js index 4b27f823..929bec0b 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "dark", @@ -22,4 +22,4 @@ shadow: {base : "#000000"}, accent: { forest: { textBody: "#BFE8D9", textEmphasis: "#F0FFF9", backgroundMuted0: "#124935", backgroundMuted1: "#1F5B45", backgroundMuted2: "#206A4F" }, sand: { textBody: "#EFE5D1", textEmphasis: "#F6F1E5", backgroundMuted0: "#493612", backgroundMuted1: "#5E4317", backgroundMuted2: "#6B5024" } }, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/ts/themes/emerson.js b/dist/tokens/ts/themes/emerson.js index cfb2c17a..174f8bae 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "emerson", @@ -22,4 +22,4 @@ shadow: {base : "#000000"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/ts/themes/light.js b/dist/tokens/ts/themes/light.js index 861e54e5..50c581a3 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "light", @@ -22,4 +22,4 @@ shadow: {base : "#36485C"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ 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 68c7a229..ebbb2bd1 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const theme: string; @@ -22,4 +22,4 @@ export const shadow: {base : 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}; -export const typography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file +export const aviaryTypography: { h1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },h5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },body: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },footnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },caption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },subcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH1: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH2: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH3: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH4: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileH5: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileBody: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileFootnote: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileCaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string },mobileSubcaption: { fontFamily: string ,fontWeight: number ,fontSize: string ,lineHeight: string ,textDecoration: string ,textCase: string } }; \ No newline at end of file diff --git a/dist/tokens/ts/themes/lightDS3.js b/dist/tokens/ts/themes/lightDS3.js index d0cd0c70..7a37892d 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = {theme: "lightDS3", @@ -22,4 +22,4 @@ shadow: {base : "#36485C"}, 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}, -typography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Besley" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file +aviaryTypography: { h1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "40px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h2: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },h3: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "24px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },h4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },h5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },body: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },footnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },caption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },subcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileH1: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "32px" ,lineHeight: "40px" ,textDecoration: "none" ,textCase: "none" },mobileH2: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "28px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH3: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "22px" ,lineHeight: "32px" ,textDecoration: "none" ,textCase: "none" },mobileH4: { fontFamily: "Mulish" ,fontWeight: 600 ,fontSize: "20px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileH5: { fontFamily: "Mulish" ,fontWeight: 700 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileBody: { fontFamily: "Mulish" ,fontWeight: 400 ,fontSize: "16px" ,lineHeight: "24px" ,textDecoration: "none" ,textCase: "none" },mobileFootnote: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "14px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileCaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "12px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" },mobileSubcaption: { fontFamily: "Mulish" ,fontWeight: 500 ,fontSize: "10px" ,lineHeight: "16px" ,textDecoration: "none" ,textCase: "none" } },}; \ No newline at end of file diff --git a/dist/tokens/ts/typography.d.ts b/dist/tokens/ts/typography.d.ts index 1a99e6f2..d5423660 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 Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/ts/typography.js b/dist/tokens/ts/typography.js index 1a16ea34..65c5b1bb 100644 --- a/dist/tokens/ts/typography.js +++ b/dist/tokens/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Mon, 05 Feb 2024 19:16:23 GMT + * Generated on Tue, 06 Feb 2024 21:36:06 GMT */ module.exports = { diff --git a/src/data/themes/lightDS3.json b/src/data/themes/lightDS3.json index 7b9960e6..8bf77775 100644 --- a/src/data/themes/lightDS3.json +++ b/src/data/themes/lightDS3.json @@ -904,7 +904,7 @@ "h2": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.base}", + "fontWeight": "{typography.weight.semiBold}", "fontSize": "{typography.size.desktop.2xlarge}", "lineHeight": "{typography.lineHeight.xlarge}", "textDecoration": "{typography.textDecoration.base}", @@ -915,7 +915,7 @@ "h3": { "value": { "fontFamily": "{typography.fontFamily.sansSerif}", - "fontWeight": "{typography.weight.base}", + "fontWeight": "{typography.weight.semiBold}", "fontSize": "{typography.size.desktop.xlarge}", "lineHeight": "{typography.lineHeight.large}", "textDecoration": "{typography.textDecoration.base}", @@ -1004,7 +1004,7 @@ }, "h2": { "value": { - "fontFamily": "{typography.fontFamily.serif}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.base}", "fontSize": "{typography.size.mobile.2xlarge}", "lineHeight": "{typography.lineHeight.large}", @@ -1015,7 +1015,7 @@ }, "h3": { "value": { - "fontFamily": "{typography.fontFamily.serif}", + "fontFamily": "{typography.fontFamily.sansSerif}", "fontWeight": "{typography.weight.base}", "fontSize": "{typography.size.mobile.xlarge}", "lineHeight": "{typography.lineHeight.large}", @@ -1050,4 +1050,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/helpers/style-dictionary/formats/tokens.js b/src/helpers/style-dictionary/formats/tokens.js index d1efbe05..3665af39 100644 --- a/src/helpers/style-dictionary/formats/tokens.js +++ b/src/helpers/style-dictionary/formats/tokens.js @@ -118,7 +118,7 @@ const renderTypographyOutput = (isJS, tokensArray, customValueOrType) => { return `${declaration( isJS - )}typography: { ${typographyParentTypes} }${commaOrColon(isJS)}`; + )}aviaryTypography: { ${typographyParentTypes} }${commaOrColon(isJS)}`; }; /* diff --git a/src/transformed/transformed-lightDS3.json b/src/transformed/transformed-lightDS3.json index 0cf0d621..99c46840 100644 --- a/src/transformed/transformed-lightDS3.json +++ b/src/transformed/transformed-lightDS3.json @@ -904,7 +904,7 @@ "h2": { "value": { "fontFamily": "Mulish", - "fontWeight": 500, + "fontWeight": 700, "fontSize": "32px", "lineHeight": "40px", "textDecoration": "none", @@ -915,7 +915,7 @@ "h3": { "value": { "fontFamily": "Mulish", - "fontWeight": 500, + "fontWeight": 700, "fontSize": "24px", "lineHeight": "32px", "textDecoration": "none", @@ -1004,7 +1004,7 @@ }, "h2": { "value": { - "fontFamily": "Besley", + "fontFamily": "Mulish", "fontWeight": 500, "fontSize": "28px", "lineHeight": "32px", @@ -1015,7 +1015,7 @@ }, "h3": { "value": { - "fontFamily": "Besley", + "fontFamily": "Mulish", "fontWeight": 500, "fontSize": "22px", "lineHeight": "32px",