diff --git a/dist/tokens/native/colors.d.ts b/dist/tokens/native/colors.d.ts index f4d74929..ab1ebd01 100644 --- a/dist/tokens/native/colors.d.ts +++ b/dist/tokens/native/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 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/colors.js b/dist/tokens/native/colors.js index d014d89d..52ac12ba 100644 --- a/dist/tokens/native/colors.js +++ b/dist/tokens/native/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 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/light.d.ts b/dist/tokens/native/themes/light.d.ts index 779116af..6c964a22 100644 --- a/dist/tokens/native/themes/light.d.ts +++ b/dist/tokens/native/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ export const text : {header : string,emphasis : string,body : string,subdued : string,onBackground : string}; @@ -12,5 +12,5 @@ export const danger : {textBase : string,textHover : string,textActive : 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 system : {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 disabled : {text : string,background : string,nakedContent : 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,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : 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}; \ No newline at end of file diff --git a/dist/tokens/native/themes/light.js b/dist/tokens/native/themes/light.js index 41ce0b5d..ac9fa9ea 100644 --- a/dist/tokens/native/themes/light.js +++ b/dist/tokens/native/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ module.exports = {text : {header : "#2E3A47",emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -12,5 +12,5 @@ danger : {textBase : "#AF2645",textHover : "#980B29",textActive : "#800D25",back highlight : {textBase : "#533E7D",textHover : "#3B2566",textActive : "#2A174F",backgroundBase : "#533E7D",backgroundHover : "#3B2566",backgroundActive : "#2A174F",backgroundMuted : "#F2ECFE",backgroundMutedHover : "#D7CEE9",backgroundMutedActive : "#B9ABD5",backgroundBox : "#FCFAFF",borderBase : "#533E7D",borderHover : "#3B2566",borderActive : "#2A174F"}, system : {textBase : "#475A70",textHover : "#36485C",textActive : "#2E3A47",backgroundBase : "#FFFFFF",backgroundMuted : "#F5F7FA",backgroundMutedHover : "#E6EDF5",backgroundMutedActive : "#C8D3E0",backgroundBox : "#FCFEFF",borderBase : "#C8D3E0",borderHover : "#596D84",borderActive : "#475A70",borderFocused : "#3971A8"}, disabled : {text : "#596D84",background : "#F5F7FA",nakedContent : "#F5F7FA",nakedBackground : "transparent",border : "#C8D3E0",inputBackground : "#E6EDF5",inputLabelText : "#596D84"}, -input : {backgroundBase : "#F5F7FA",backgroundHover : "#F5F7FA",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, +input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"},}; \ No newline at end of file diff --git a/dist/tokens/native/typography.d.ts b/dist/tokens/native/typography.d.ts index c7ca11a6..4045f3a0 100644 --- a/dist/tokens/native/typography.d.ts +++ b/dist/tokens/native/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/native/typography.js b/dist/tokens/native/typography.js index d6683ffd..886604a5 100644 --- a/dist/tokens/native/typography.js +++ b/dist/tokens/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ module.exports = { diff --git a/dist/tokens/scss/colors.scss b/dist/tokens/scss/colors.scss index 0c9d2517..33cc51cb 100644 --- a/dist/tokens/scss/colors.scss +++ b/dist/tokens/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 21 Sep 2022 14:00:11 GMT +// Generated on Mon, 26 Sep 2022 18:48:34 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/dist/tokens/scss/themes/light.scss b/dist/tokens/scss/themes/light.scss index 00a282c2..7b5cda57 100644 --- a/dist/tokens/scss/themes/light.scss +++ b/dist/tokens/scss/themes/light.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 21 Sep 2022 14:00:11 GMT +// Generated on Mon, 26 Sep 2022 18:48:34 GMT $textHeader: #2E3A47; $textEmphasis: #36485C; @@ -102,7 +102,7 @@ $disabledBorder: #C8D3E0; $disabledInputBackground: #E6EDF5; $disabledInputLabelText: #596D84; $inputBackgroundBase: #F5F7FA; -$inputBackgroundHover: #F5F7FA; +$inputBackgroundHover: #E6EDF5; $inputBackgroundInformation: #FFFFFF; $inputTextBase: #475A70; $inputTextInformation: #475A70; @@ -111,6 +111,7 @@ $inputTextLabel: #475A70; $inputTextFloatingLabel: #3971A8; $inputTextFloatingLabelError: #AF2645; $inputTextPlaceholder: #596D84; +$inputTextActive: #2E3A47; $inputBorderBase: #E6EDF5; $inputBorderError: #AF2645; $inputBorderHover: #C8D3E0; diff --git a/dist/tokens/scss/typography.scss b/dist/tokens/scss/typography.scss index 4c117802..b3eb24e9 100644 --- a/dist/tokens/scss/typography.scss +++ b/dist/tokens/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Wed, 21 Sep 2022 14:00:11 GMT +// Generated on Mon, 26 Sep 2022 18:48:34 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/dist/tokens/ts/colors.d.ts b/dist/tokens/ts/colors.d.ts index f4d74929..ab1ebd01 100644 --- a/dist/tokens/ts/colors.d.ts +++ b/dist/tokens/ts/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 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/colors.js b/dist/tokens/ts/colors.js index d014d89d..52ac12ba 100644 --- a/dist/tokens/ts/colors.js +++ b/dist/tokens/ts/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ module.exports = {green : {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"}, diff --git a/dist/tokens/ts/themes/light.d.ts b/dist/tokens/ts/themes/light.d.ts index 779116af..6c964a22 100644 --- a/dist/tokens/ts/themes/light.d.ts +++ b/dist/tokens/ts/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ export const text : {header : string,emphasis : string,body : string,subdued : string,onBackground : string}; @@ -12,5 +12,5 @@ export const danger : {textBase : string,textHover : string,textActive : 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 system : {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 disabled : {text : string,background : string,nakedContent : 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,borderBase : string,borderError : string,borderHover : string,borderEmphasized : string,borderEmphasizedHover : string,borderActive : 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}; \ No newline at end of file diff --git a/dist/tokens/ts/themes/light.js b/dist/tokens/ts/themes/light.js index 41ce0b5d..ac9fa9ea 100644 --- a/dist/tokens/ts/themes/light.js +++ b/dist/tokens/ts/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ module.exports = {text : {header : "#2E3A47",emphasis : "#36485C",body : "#475A70",subdued : "#596D84",onBackground : "#FFFFFF"}, @@ -12,5 +12,5 @@ danger : {textBase : "#AF2645",textHover : "#980B29",textActive : "#800D25",back highlight : {textBase : "#533E7D",textHover : "#3B2566",textActive : "#2A174F",backgroundBase : "#533E7D",backgroundHover : "#3B2566",backgroundActive : "#2A174F",backgroundMuted : "#F2ECFE",backgroundMutedHover : "#D7CEE9",backgroundMutedActive : "#B9ABD5",backgroundBox : "#FCFAFF",borderBase : "#533E7D",borderHover : "#3B2566",borderActive : "#2A174F"}, system : {textBase : "#475A70",textHover : "#36485C",textActive : "#2E3A47",backgroundBase : "#FFFFFF",backgroundMuted : "#F5F7FA",backgroundMutedHover : "#E6EDF5",backgroundMutedActive : "#C8D3E0",backgroundBox : "#FCFEFF",borderBase : "#C8D3E0",borderHover : "#596D84",borderActive : "#475A70",borderFocused : "#3971A8"}, disabled : {text : "#596D84",background : "#F5F7FA",nakedContent : "#F5F7FA",nakedBackground : "transparent",border : "#C8D3E0",inputBackground : "#E6EDF5",inputLabelText : "#596D84"}, -input : {backgroundBase : "#F5F7FA",backgroundHover : "#F5F7FA",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, +input : {backgroundBase : "#F5F7FA",backgroundHover : "#E6EDF5",backgroundInformation : "#FFFFFF",textBase : "#475A70",textInformation : "#475A70",textInformationError : "#AF2645",textLabel : "#475A70",textFloatingLabel : "#3971A8",textFloatingLabelError : "#AF2645",textPlaceholder : "#596D84",textActive : "#2E3A47",borderBase : "#E6EDF5",borderError : "#AF2645",borderHover : "#C8D3E0",borderEmphasized : "#596D84",borderEmphasizedHover : "#475A70",borderActive : "#3971A8"}, separator : {base : "#E6EDF5"},}; \ No newline at end of file diff --git a/dist/tokens/ts/typography.d.ts b/dist/tokens/ts/typography.d.ts index f66fbf02..7c12664a 100644 --- a/dist/tokens/ts/typography.d.ts +++ b/dist/tokens/ts/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/ts/typography.js b/dist/tokens/ts/typography.js index 1733ee57..1f787519 100644 --- a/dist/tokens/ts/typography.js +++ b/dist/tokens/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Wed, 21 Sep 2022 14:00:11 GMT + * Generated on Mon, 26 Sep 2022 18:48:34 GMT */ module.exports = { diff --git a/src/data/light.json b/src/data/light.json index 79603241..d36cac38 100644 --- a/src/data/light.json +++ b/src/data/light.json @@ -463,7 +463,7 @@ "type": "color" }, "hover": { - "value": "{colors.grey.200}", + "value": "{colors.grey.300}", "type": "color" }, "information": { @@ -499,6 +499,10 @@ "placeholder": { "value": "{colors.grey.500}", "type": "color" + }, + "active": { + "value": "{colors.grey.800}", + "type": "color" } }, "border": { diff --git a/src/transformed/transformed-light.json b/src/transformed/transformed-light.json index 13c93211..0ba9ced7 100644 --- a/src/transformed/transformed-light.json +++ b/src/transformed/transformed-light.json @@ -463,7 +463,7 @@ "type": "color" }, "hover": { - "value": "#F5F7FA", + "value": "#E6EDF5", "type": "color" }, "information": { @@ -499,6 +499,10 @@ "placeholder": { "value": "#596D84", "type": "color" + }, + "active": { + "value": "#2E3A47", + "type": "color" } }, "border": {