Skip to content

Commit

Permalink
fix: Adding in new input border colors (#77)
Browse files Browse the repository at this point in the history
* Adding in new input border colors

* Transformed tokens

* Built and updated design tokens

* Prettified Code!

Co-authored-by: iryanclarke <[email protected]>
  • Loading branch information
iryanclarke and iryanclarke authored Aug 31, 2022
1 parent 5dfb5c0 commit 7858d81
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 17 deletions.
2 changes: 1 addition & 1 deletion build/native/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const green: {
Expand Down
2 changes: 1 addition & 1 deletion build/native/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down
5 changes: 4 additions & 1 deletion build/native/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const text: {
Expand Down Expand Up @@ -130,4 +130,7 @@ export const input: {
textPlaceholder: string;
borderBase: string;
borderError: string;
borderHover: string;
borderEmphasized: string;
borderActive: string;
};
5 changes: 4 additions & 1 deletion build/native/themes/light.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down Expand Up @@ -131,5 +131,8 @@ module.exports = {
textPlaceholder: "#596D84",
borderBase: "#E6EDF5",
borderError: "#AF2645",
borderHover: "#C8D3E0",
borderEmphasized: "#475A70",
borderActive: "#3971A8",
},
};
2 changes: 1 addition & 1 deletion build/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const letterSpacingBase: number;
Expand Down
2 changes: 1 addition & 1 deletion build/native/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion build/scss/colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 24 Aug 2022 18:23:03 GMT
// Generated on Wed, 31 Aug 2022 17:09:46 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
7 changes: 5 additions & 2 deletions build/scss/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 24 Aug 2022 18:23:03 GMT
// Generated on Wed, 31 Aug 2022 17:09:46 GMT

$textHeader: #2E3A47;
$textEmphasis: #36485C;
Expand Down Expand Up @@ -109,4 +109,7 @@ $inputTextFloatingLabel: #3971A8;
$inputTextFloatingLabelError: #AF2645;
$inputTextPlaceholder: #596D84;
$inputBorderBase: #E6EDF5;
$inputBorderError: #AF2645;
$inputBorderError: #AF2645;
$inputBorderHover: #C8D3E0;
$inputBorderEmphasized: #475A70;
$inputBorderActive: #3971A8;
2 changes: 1 addition & 1 deletion build/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Wed, 24 Aug 2022 18:23:03 GMT
// Generated on Wed, 31 Aug 2022 17:09:46 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const green: {
Expand Down
2 changes: 1 addition & 1 deletion build/ts/colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down
5 changes: 4 additions & 1 deletion build/ts/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const text: {
Expand Down Expand Up @@ -130,4 +130,7 @@ export const input: {
textPlaceholder: string;
borderBase: string;
borderError: string;
borderHover: string;
borderEmphasized: string;
borderActive: string;
};
5 changes: 4 additions & 1 deletion build/ts/themes/light.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down Expand Up @@ -131,5 +131,8 @@ module.exports = {
textPlaceholder: "#596D84",
borderBase: "#E6EDF5",
borderError: "#AF2645",
borderHover: "#C8D3E0",
borderEmphasized: "#475A70",
borderActive: "#3971A8",
},
};
2 changes: 1 addition & 1 deletion build/ts/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

export const letterSpacingBase: number;
Expand Down
2 changes: 1 addition & 1 deletion build/ts/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Wed, 24 Aug 2022 18:23:03 GMT
* Generated on Wed, 31 Aug 2022 17:09:46 GMT
*/

module.exports = {
Expand Down
14 changes: 13 additions & 1 deletion data/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,20 @@
"error": {
"value": "{colors.red.600}",
"type": "color"
},
"hover": {
"value": "{colors.grey.400}",
"type": "color"
},
"emphasized": {
"value": "{colors.grey.600}",
"type": "color"
},
"active": {
"value": "{colors.blue.600}",
"type": "color"
}
}
}
}
}
}
12 changes: 12 additions & 0 deletions transformed/transformed-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,18 @@
"error": {
"value": "#AF2645",
"type": "color"
},
"hover": {
"value": "#C8D3E0",
"type": "color"
},
"emphasized": {
"value": "#475A70",
"type": "color"
},
"active": {
"value": "#3971A8",
"type": "color"
}
}
}
Expand Down

0 comments on commit 7858d81

Please sign in to comment.