Skip to content

Commit

Permalink
fix(pencil): Update text body and subdued colors (#157)
Browse files Browse the repository at this point in the history
* Update text body and subdued colors

* Transformed tokens

* Built and updated design tokens

* Files compiled!

---------

Co-authored-by: Ian Clarke <[email protected]>
Co-authored-by: iryanclarke <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2024
1 parent 2ac7c96 commit ba6a466
Show file tree
Hide file tree
Showing 56 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion dist/documentation/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green : {100:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green : {100:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green : {100:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green : {100:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const text : {emphasis:{
Expand Down
6 changes: 3 additions & 3 deletions dist/documentation/themes/dark.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {text : {emphasis:{
Expand All @@ -9,11 +9,11 @@ module.exports = {text : {emphasis:{
description: "Used for any text content and icons used with text that needs emphasizing"
},body:{
name: "text.body",
hex: "#BCBDBF",
hex: "#E8E9EA",
description: "Used for default text content and icons used with text"
},subdued:{
name: "text.subdued",
hex: "#98999B",
hex: "#BCBDBF",
description: "Used for any text content and icons used with text that requires less prominence"
},onBackground:{
name: "text.onBackground",
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/emerson.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/emerson.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/light.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/light.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/lightDS3.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/documentation/themes/lightDS3.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {text : {emphasis:{
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/borders.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const radiusBase : number;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/borders.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green: {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green: {100 : "#0C291E",200 : "#124935",300 : "#1F5B45",400 : "#206A4F",500 : "#288563",600 : "#42AD86",700 : "#BFE8D9",800 : "#F0FFF9"},
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green: {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green: {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const theme: string;
Expand Down
4 changes: 2 additions & 2 deletions dist/tokens/native/themes/dark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/themes/emerson.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/emerson.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/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 Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/themes/lightDS3.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const theme: string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/themes/lightDS3.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/tokens/native/typography.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const letterSpacingBase : number;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/native/typography.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

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

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$radiusBase: 8px;
$radiusCircle: 50%;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/core-dark-colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$green100: #0C291E;
$green200: #124935;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/core-light-colors.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$green100: #FAFFFC;
$green200: #EBF2EF;
Expand Down
6 changes: 3 additions & 3 deletions dist/tokens/scss/themes/dark.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$textEmphasis: #FFFFFF;
$textBody: #BCBDBF;
$textSubdued: #98999B;
$textBody: #E8E9EA;
$textSubdued: #BCBDBF;
$textOnBackground: #FFFFFF;
$systemTextLabelEmphasis: #FFFFFF;
$systemTextBase: #BCBDBF;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/emerson.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$textEmphasis: #36485C;
$textBody: #475A70;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/light.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$textEmphasis: #2E3A47;
$textBody: #36485C;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/themes/lightDS3.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$textEmphasis: #36485C;
$textBody: #475A70;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/scss/typography.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 08 Feb 2024 20:57:28 GMT
// Generated on Fri, 09 Feb 2024 18:36:04 GMT

$letterSpacingBase: 0;
$paragraphSpacingBase: 0;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/borders.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const radiusBase : string;
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/borders.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-dark-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green: {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-dark-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green: {100 : "#0C291E",200 : "#124935",300 : "#1F5B45",400 : "#206A4F",500 : "#288563",600 : "#42AD86",700 : "#BFE8D9",800 : "#F0FFF9"},
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-light-colors.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const green: {100 : string,200 : string,300 : string,400 : string,500 : string,600 : string,700 : string,800 : string};
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/core-light-colors.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {green: {100 : "#FAFFFC",200 : "#EBF2EF",300 : "#D1E0D9",400 : "#B6CFC2",500 : "#86B09B",600 : "#307553",700 : "#275E43",800 : "#244C38"},
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/dimensions.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const contentAreaMax : string;
2 changes: 1 addition & 1 deletion dist/tokens/ts/dimensions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion dist/tokens/ts/themes/dark.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 08 Feb 2024 20:57:28 GMT
* Generated on Fri, 09 Feb 2024 18:36:04 GMT
*/

export const theme: string;
Expand Down
4 changes: 2 additions & 2 deletions dist/tokens/ts/themes/dark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ba6a466

Please sign in to comment.