forked from charle692/aviary-tokens
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(🎉): Emerson theme creation (#99)
* Init from Figma * Transformed tokens * Built and updated design tokens * Files compiled! * Color tweaks * Transformed tokens * Built and updated design tokens * Files compiled! * Working updated build * Built and updated design tokens * Files compiled! Co-authored-by: iryanclarke <[email protected]> Co-authored-by: Ian Clarke <[email protected]>
- Loading branch information
1 parent
4b40337
commit 34eb471
Showing
46 changed files
with
2,821 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Do not edit directly | ||
* Generated on Tue, 24 Jan 2023 16:39:57 GMT | ||
*/ | ||
|
||
export const theme: string; | ||
export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; | ||
export const system : {textLabelEmphasis : string,textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string,borderFocused : string}; | ||
export const surface : {level0 : string,level1 : string,level2 : string,interactiveBackground : string,interactiveHover : string,interactiveActive : string,overlayDark : string,overlayTheme : string,overlayBackdrop : string}; | ||
export const primary : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const info : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const warning : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const danger : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const highlight : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const disabled : {text : string,background : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string}; | ||
export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; | ||
export const separator : {base : string}; | ||
export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
|
||
// Do not edit directly | ||
// Generated on Tue, 24 Jan 2023 16:39:57 GMT | ||
|
||
$textEmphasis: #1A1D21; | ||
$textBody: #22272B; | ||
$textSubdued: #2D3238; | ||
$textOnBackground: #FFFFFF; | ||
$systemTextLabelEmphasis: #101012; | ||
$systemTextBase: #22272B; | ||
$systemTextHover: #1A1D21; | ||
$systemTextActive: #101012; | ||
$systemBackgroundBase: #FFFFFF; | ||
$systemBackgroundMuted: #98999B; | ||
$systemBackgroundMutedHover: #616568; | ||
$systemBackgroundMutedActive: #515357; | ||
$systemBackgroundBox: #E8E9EA; | ||
$systemBorderBase: #515357; | ||
$systemBorderHover: #2D3238; | ||
$systemBorderActive: #22272B; | ||
$systemBorderFocused: #0281d7; | ||
$surfaceLevel0: #98999B; | ||
$surfaceLevel1: #FFFFFF; | ||
$surfaceLevel2: #98999B; | ||
$surfaceInteractiveBackground: #FFFFFF; | ||
$surfaceInteractiveHover: #98999B; | ||
$surfaceInteractiveActive: #616568; | ||
$surfaceOverlayDark: #101012; | ||
$surfaceOverlayTheme: #FFFFFF; | ||
$surfaceOverlayBackdrop: #1A1D21; | ||
$primaryTextBase: #307553; | ||
$primaryTextHover: #275E43; | ||
$primaryTextActive: #244C38; | ||
$primaryBackgroundBase: #307553; | ||
$primaryBackgroundHover: #275E43; | ||
$primaryBackgroundActive: #244C38; | ||
$primaryBackgroundMuted: #EBF2EF; | ||
$primaryBackgroundMutedHover: #D1E0D9; | ||
$primaryBackgroundMutedActive: #B6CFC2; | ||
$primaryBackgroundBox: #FAFFFC; | ||
$primaryBorderBase: #307553; | ||
$primaryBorderHover: #275E43; | ||
$primaryBorderActive: #244C38; | ||
$infoTextBase: #0281d7; | ||
$infoTextHover: #21588F; | ||
$infoTextActive: #194673; | ||
$infoBackgroundBase: #0281d7; | ||
$infoBackgroundHover: #21588F; | ||
$infoBackgroundActive: #194673; | ||
$infoBackgroundMuted: #E6F1FC; | ||
$infoBackgroundMutedHover: #C0D8F0; | ||
$infoBackgroundMutedActive: #88B1D9; | ||
$infoBackgroundBox: #F5FAFF; | ||
$infoBorderBase: #0281d7; | ||
$infoBorderHover: #21588F; | ||
$infoBorderActive: #194673; | ||
$warningTextBase: #B4631D; | ||
$warningTextHover: #8E4D14; | ||
$warningTextActive: #784213; | ||
$warningBackgroundBase: #B4631D; | ||
$warningBackgroundHover: #8E4D14; | ||
$warningBackgroundActive: #784213; | ||
$warningBackgroundMuted: #FFF3E8; | ||
$warningBackgroundMutedHover: #F3D8C0; | ||
$warningBackgroundMutedActive: #E7B88F; | ||
$warningBackgroundBox: #FFFAF5; | ||
$warningBorderBase: #B4631D; | ||
$warningBorderHover: #8E4D14; | ||
$warningBorderActive: #784213; | ||
$dangerTextBase: #AF2645; | ||
$dangerTextHover: #980B29; | ||
$dangerTextActive: #800D25; | ||
$dangerBackgroundBase: #AF2645; | ||
$dangerBackgroundHover: #980B29; | ||
$dangerBackgroundActive: #800D25; | ||
$dangerBackgroundMuted: #FEEEF2; | ||
$dangerBackgroundMutedHover: #F0C4CD; | ||
$dangerBackgroundMutedActive: #E296A6; | ||
$dangerBackgroundBox: #FFF7F9; | ||
$dangerBorderBase: #AF2645; | ||
$dangerBorderHover: #980B29; | ||
$dangerBorderActive: #800D25; | ||
$highlightTextBase: #533E7D; | ||
$highlightTextHover: #3B2566; | ||
$highlightTextActive: #2A174F; | ||
$highlightBackgroundBase: #533E7D; | ||
$highlightBackgroundHover: #3B2566; | ||
$highlightBackgroundActive: #2A174F; | ||
$highlightBackgroundMuted: #F2ECFE; | ||
$highlightBackgroundMutedHover: #D7CEE9; | ||
$highlightBackgroundMutedActive: #B9ABD5; | ||
$highlightBackgroundBox: #FCFAFF; | ||
$highlightBorderBase: #533E7D; | ||
$highlightBorderHover: #3B2566; | ||
$highlightBorderActive: #2A174F; | ||
$disabledText: #2D3238; | ||
$disabledBackground: #98999B; | ||
$disabledNakedBackground: transparent; | ||
$disabledBorder: #515357; | ||
$disabledInputBackground: #616568; | ||
$disabledInputLabelText: #2D3238; | ||
$inputBackgroundBase: #98999B; | ||
$inputBackgroundHover: #616568; | ||
$inputBackgroundInformation: #FFFFFF; | ||
$inputTextBase: #22272B; | ||
$inputTextInformation: #22272B; | ||
$inputTextInformationError: #AF2645; | ||
$inputTextLabel: #22272B; | ||
$inputTextFloatingLabel: #0281d7; | ||
$inputTextFloatingLabelError: #AF2645; | ||
$inputTextPlaceholder: #2D3238; | ||
$inputTextActive: #101012; | ||
$inputBorderBase: #616568; | ||
$inputBorderError: #AF2645; | ||
$inputBorderHover: #515357; | ||
$inputBorderEmphasized: #2D3238; | ||
$inputBorderEmphasizedHover: #22272B; | ||
$inputBorderActive: #0281d7; | ||
$separatorBase: #616568; | ||
$lightBackgroundBase: #FFFFFF; | ||
$lightBackgroundContrast: #22272B; | ||
$lightBackgroundHover: #98999B; | ||
$lightBackgroundActive: #616568; | ||
$lightTextBase: #101012; | ||
$lightLinkMutedBase: #98999B; | ||
$lightLinkMutedHover: #FFFFFF; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Do not edit directly | ||
* Generated on Tue, 24 Jan 2023 16:39:57 GMT | ||
*/ | ||
|
||
export const theme: string; | ||
export const text : {emphasis : string,body : string,subdued : string,onBackground : string}; | ||
export const system : {textLabelEmphasis : string,textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string,borderFocused : string}; | ||
export const surface : {level0 : string,level1 : string,level2 : string,interactiveBackground : string,interactiveHover : string,interactiveActive : string,overlayDark : string,overlayTheme : string,overlayBackdrop : string}; | ||
export const primary : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const info : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const warning : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const danger : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const highlight : {textBase : string,textHover : string,textActive : string,backgroundBase : string,backgroundHover : string,backgroundActive : string,backgroundMuted : string,backgroundMutedHover : string,backgroundMutedActive : string,backgroundBox : string,borderBase : string,borderHover : string,borderActive : string}; | ||
export const disabled : {text : string,background : string,nakedBackground : string,border : string,inputBackground : string,inputLabelText : string}; | ||
export const input : {backgroundBase : string,backgroundHover : string,backgroundInformation : string,textBase : string,textInformation : string,textInformationError : string,textLabel : string,textFloatingLabel : string,textFloatingLabelError : string,textPlaceholder : string,textActive : string,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : string}; | ||
export const separator : {base : string}; | ||
export const light : {backgroundBase : string,backgroundContrast : string,backgroundHover : string,backgroundActive : string,textBase : string,linkMutedBase : string,linkMutedHover : string}; |
Oops, something went wrong.