diff --git a/build/native/colors.d.ts b/build/native/colors.d.ts index 02733ffd..710078c6 100644 --- a/build/native/colors.d.ts +++ b/build/native/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const green100 : string; diff --git a/build/native/colors.js b/build/native/colors.js index ca0832c7..5e672b10 100644 --- a/build/native/colors.js +++ b/build/native/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { diff --git a/build/native/themes/light.d.ts b/build/native/themes/light.d.ts index 4f353b66..ac29f265 100644 --- a/build/native/themes/light.d.ts +++ b/build/native/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:09 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const textBase : string; @@ -79,4 +79,18 @@ export const disabledText : string; export const disabledBackground : string; export const disabledNakedContent : string; export const disabledNakedBackground : string; -export const disabledBorder : string; \ No newline at end of file +export const disabledBorder : string; +export const disabledInputBackground : string; +export const disabledInputLabelText : string; +export const inputBackgroundBase : string; +export const inputBackgroundHover : string; +export const inputBackgroundInformation : string; +export const inputTextBase : string; +export const inputTextInformation : string; +export const inputTextInformationError : string; +export const inputTextLabel : string; +export const inputTextFloatingLabel : string; +export const inputTextFloatingLabelError : string; +export const inputTextPlaceholder : string; +export const inputBorderBase : string; +export const inputBorderError : string; \ No newline at end of file diff --git a/build/native/themes/light.js b/build/native/themes/light.js index 221241d5..07cf6a42 100644 --- a/build/native/themes/light.js +++ b/build/native/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:09 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { @@ -80,5 +80,19 @@ module.exports = { "disabledBackground": "#F5F7FA", "disabledNakedContent": "#F5F7FA", "disabledNakedBackground": "transparent", - "disabledBorder": "#C8D3E0" + "disabledBorder": "#C8D3E0", + "disabledInputBackground": "#E6EDF5", + "disabledInputLabelText": "#596D84", + "inputBackgroundBase": "#F5F7FA", + "inputBackgroundHover": "#F5F7FA", + "inputBackgroundInformation": "#FFFFFF", + "inputTextBase": "#475A70", + "inputTextInformation": "#475A70", + "inputTextInformationError": "#AF2645", + "inputTextLabel": "#475A70", + "inputTextFloatingLabel": "#3971A8", + "inputTextFloatingLabelError": "#AF2645", + "inputTextPlaceholder": "#596D84", + "inputBorderBase": "#E6EDF5", + "inputBorderError": "#AF2645" }; \ No newline at end of file diff --git a/build/native/typography.d.ts b/build/native/typography.d.ts index 4f1e0cea..8ae7bf40 100644 --- a/build/native/typography.d.ts +++ b/build/native/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const letterSpacingBase : number; diff --git a/build/native/typography.js b/build/native/typography.js index d39f51d8..d64eaf27 100644 --- a/build/native/typography.js +++ b/build/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { diff --git a/build/scss/colors.scss b/build/scss/colors.scss index 10921628..b084c901 100644 --- a/build/scss/colors.scss +++ b/build/scss/colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 09 Aug 2022 21:44:08 GMT +// Generated on Wed, 10 Aug 2022 17:59:15 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/build/scss/themes/light.scss b/build/scss/themes/light.scss index 25511341..36a73e46 100644 --- a/build/scss/themes/light.scss +++ b/build/scss/themes/light.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 09 Aug 2022 21:44:08 GMT +// Generated on Wed, 10 Aug 2022 17:59:15 GMT $textBase: #2E3A47; $textEmphasis: #36485C; @@ -78,4 +78,18 @@ $disabledText: #596D84; $disabledBackground: #F5F7FA; $disabledNakedContent: #F5F7FA; $disabledNakedBackground: transparent; -$disabledBorder: #C8D3E0; \ No newline at end of file +$disabledBorder: #C8D3E0; +$disabledInputBackground: #E6EDF5; +$disabledInputLabelText: #596D84; +$inputBackgroundBase: #F5F7FA; +$inputBackgroundHover: #F5F7FA; +$inputBackgroundInformation: #FFFFFF; +$inputTextBase: #475A70; +$inputTextInformation: #475A70; +$inputTextInformationError: #AF2645; +$inputTextLabel: #475A70; +$inputTextFloatingLabel: #3971A8; +$inputTextFloatingLabelError: #AF2645; +$inputTextPlaceholder: #596D84; +$inputBorderBase: #E6EDF5; +$inputBorderError: #AF2645; \ No newline at end of file diff --git a/build/scss/typography.scss b/build/scss/typography.scss index de5d6743..5f1d6709 100644 --- a/build/scss/typography.scss +++ b/build/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 09 Aug 2022 21:44:08 GMT +// Generated on Wed, 10 Aug 2022 17:59:15 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/build/ts/colors.d.ts b/build/ts/colors.d.ts index 02733ffd..710078c6 100644 --- a/build/ts/colors.d.ts +++ b/build/ts/colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const green100 : string; diff --git a/build/ts/colors.js b/build/ts/colors.js index ca0832c7..5e672b10 100644 --- a/build/ts/colors.js +++ b/build/ts/colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { diff --git a/build/ts/themes/light.d.ts b/build/ts/themes/light.d.ts index 4f353b66..ac29f265 100644 --- a/build/ts/themes/light.d.ts +++ b/build/ts/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:09 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const textBase : string; @@ -79,4 +79,18 @@ export const disabledText : string; export const disabledBackground : string; export const disabledNakedContent : string; export const disabledNakedBackground : string; -export const disabledBorder : string; \ No newline at end of file +export const disabledBorder : string; +export const disabledInputBackground : string; +export const disabledInputLabelText : string; +export const inputBackgroundBase : string; +export const inputBackgroundHover : string; +export const inputBackgroundInformation : string; +export const inputTextBase : string; +export const inputTextInformation : string; +export const inputTextInformationError : string; +export const inputTextLabel : string; +export const inputTextFloatingLabel : string; +export const inputTextFloatingLabelError : string; +export const inputTextPlaceholder : string; +export const inputBorderBase : string; +export const inputBorderError : string; \ No newline at end of file diff --git a/build/ts/themes/light.js b/build/ts/themes/light.js index 221241d5..07cf6a42 100644 --- a/build/ts/themes/light.js +++ b/build/ts/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:09 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { @@ -80,5 +80,19 @@ module.exports = { "disabledBackground": "#F5F7FA", "disabledNakedContent": "#F5F7FA", "disabledNakedBackground": "transparent", - "disabledBorder": "#C8D3E0" + "disabledBorder": "#C8D3E0", + "disabledInputBackground": "#E6EDF5", + "disabledInputLabelText": "#596D84", + "inputBackgroundBase": "#F5F7FA", + "inputBackgroundHover": "#F5F7FA", + "inputBackgroundInformation": "#FFFFFF", + "inputTextBase": "#475A70", + "inputTextInformation": "#475A70", + "inputTextInformationError": "#AF2645", + "inputTextLabel": "#475A70", + "inputTextFloatingLabel": "#3971A8", + "inputTextFloatingLabelError": "#AF2645", + "inputTextPlaceholder": "#596D84", + "inputBorderBase": "#E6EDF5", + "inputBorderError": "#AF2645" }; \ No newline at end of file diff --git a/build/ts/typography.d.ts b/build/ts/typography.d.ts index 4b58b907..a8d40767 100644 --- a/build/ts/typography.d.ts +++ b/build/ts/typography.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ export const letterSpacingBase : number; diff --git a/build/ts/typography.js b/build/ts/typography.js index 72f43502..e722a418 100644 --- a/build/ts/typography.js +++ b/build/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 09 Aug 2022 21:44:08 GMT + * Generated on Wed, 10 Aug 2022 17:59:15 GMT */ module.exports = { diff --git a/data/light.json b/data/light.json index 536a4c33..c791c609 100644 --- a/data/light.json +++ b/data/light.json @@ -352,6 +352,72 @@ "border": { "value": "{colors.grey.400}", "type": "color" + }, + "input": { + "background": { + "value": "{colors.grey.300}", + "type": "color" + }, + "LabelText": { + "value": "{colors.grey.500}", + "type": "color" + } + } + }, + "input": { + "background": { + "base": { + "value": "{colors.grey.200}", + "type": "color" + }, + "hover": { + "value": "{colors.grey.200}", + "type": "color" + }, + "information": { + "value": "{colors.shades.white}", + "type": "color" + } + }, + "text": { + "base": { + "value": "{colors.grey.600}", + "type": "color" + }, + "information": { + "value": "{colors.grey.600}", + "type": "color" + }, + "informationError": { + "value": "{colors.red.600}", + "type": "color" + }, + "label": { + "value": "{colors.grey.600}", + "type": "color" + }, + "floatingLabel": { + "value": "{colors.blue.600}", + "type": "color" + }, + "floatingLabelError": { + "value": "{colors.red.600}", + "type": "color" + }, + "placeholder": { + "value": "{colors.grey.500}", + "type": "color" + } + }, + "border": { + "base": { + "value": "{colors.grey.300}", + "type": "color" + }, + "error": { + "value": "{colors.red.600}", + "type": "color" + } } } } diff --git a/transformed/transformed-light.json b/transformed/transformed-light.json index 6d6b540e..850f8a43 100644 --- a/transformed/transformed-light.json +++ b/transformed/transformed-light.json @@ -352,6 +352,72 @@ "border": { "value": "#C8D3E0", "type": "color" + }, + "input": { + "background": { + "value": "#E6EDF5", + "type": "color" + }, + "LabelText": { + "value": "#596D84", + "type": "color" + } + } + }, + "input": { + "background": { + "base": { + "value": "#F5F7FA", + "type": "color" + }, + "hover": { + "value": "#F5F7FA", + "type": "color" + }, + "information": { + "value": "#FFFFFF", + "type": "color" + } + }, + "text": { + "base": { + "value": "#475A70", + "type": "color" + }, + "information": { + "value": "#475A70", + "type": "color" + }, + "informationError": { + "value": "#AF2645", + "type": "color" + }, + "label": { + "value": "#475A70", + "type": "color" + }, + "floatingLabel": { + "value": "#3971A8", + "type": "color" + }, + "floatingLabelError": { + "value": "#AF2645", + "type": "color" + }, + "placeholder": { + "value": "#596D84", + "type": "color" + } + }, + "border": { + "base": { + "value": "#E6EDF5", + "type": "color" + }, + "error": { + "value": "#AF2645", + "type": "color" + } } } }