Skip to content

Commit

Permalink
feat(pencil): Add new secondary color tokens
Browse files Browse the repository at this point in the history
* New token values

* Fix structure

* Workflows work

* Attempt again with proper workflow settings

* 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 Jul 8, 2024
1 parent 6ea5050 commit 1d008bd
Show file tree
Hide file tree
Showing 62 changed files with 762 additions and 62 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

module.exports = {green : {100:{
Expand Down
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

export const text : {emphasis:{
Expand Down Expand Up @@ -642,4 +642,41 @@ export const inverted : {backgroundBase:{
name: string,
hex: string,

}};
export const secondary : {textBase:{
name: string,
hex: string,

},textHover:{
name: string,
hex: string,

},textActive:{
name: string,
hex: string,

},backgroundBase:{
name: string,
hex: string,

},backgroundHover:{
name: string,
hex: string,

},backgroundActive:{
name: string,
hex: string,

},borderBase:{
name: string,
hex: string,

},borderHover:{
name: string,
hex: string,

},borderActive:{
name: string,
hex: string,

}};
39 changes: 38 additions & 1 deletion 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

module.exports = {text : {emphasis:{
Expand Down Expand Up @@ -642,4 +642,41 @@ inverted : {backgroundBase:{
name: "inverted.textBody",
hex: "#1D2124",

}},
secondary : {textBase:{
name: "secondary.textBase",
hex: "#FFFFFF",

},textHover:{
name: "secondary.textHover",
hex: "#FFFFFF",

},textActive:{
name: "secondary.textActive",
hex: "#FFFFFF",

},backgroundBase:{
name: "secondary.backgroundBase",
hex: "#141719",

},backgroundHover:{
name: "secondary.backgroundHover",
hex: "#22272B",

},backgroundActive:{
name: "secondary.backgroundActive",
hex: "#2D3238",

},borderBase:{
name: "secondary.borderBase",
hex: "#FFFFFF",

},borderHover:{
name: "secondary.borderHover",
hex: "#E8E9EA",

},borderActive:{
name: "secondary.borderActive",
hex: "#E8E9EA",

}},};
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

export const text : {emphasis:{
Expand Down Expand Up @@ -638,4 +638,41 @@ export const inverted : {backgroundBase:{
name: string,
hex: string,

}};
export const secondary : {textBase:{
name: string,
hex: string,

},textHover:{
name: string,
hex: string,

},textActive:{
name: string,
hex: string,

},backgroundBase:{
name: string,
hex: string,

},backgroundHover:{
name: string,
hex: string,

},backgroundActive:{
name: string,
hex: string,

},borderBase:{
name: string,
hex: string,

},borderHover:{
name: string,
hex: string,

},borderActive:{
name: string,
hex: string,

}};
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

module.exports = {text : {emphasis:{
Expand Down Expand Up @@ -638,4 +638,41 @@ inverted : {backgroundBase:{
name: "inverted.textBody",
hex: "#F5F7FA",

}},
secondary : {textBase:{
name: "secondary.textBase",
hex: "#2E3A47",

},textHover:{
name: "secondary.textHover",
hex: "#2E3A47",

},textActive:{
name: "secondary.textActive",
hex: "#2E3A47",

},backgroundBase:{
name: "secondary.backgroundBase",
hex: "#FFFFFF",

},backgroundHover:{
name: "secondary.backgroundHover",
hex: "#F5F7FA",

},backgroundActive:{
name: "secondary.backgroundActive",
hex: "#E6EDF5",

},borderBase:{
name: "secondary.borderBase",
hex: "#2E3A47",

},borderHover:{
name: "secondary.borderHover",
hex: "#212933",

},borderActive:{
name: "secondary.borderActive",
hex: "#212933",

}},};
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

export const text : {emphasis:{
Expand Down Expand Up @@ -638,4 +638,41 @@ export const inverted : {backgroundBase:{
name: string,
hex: string,

}};
export const secondary : {borderBase:{
name: string,
hex: string,

},borderHover:{
name: string,
hex: string,

},borderActive:{
name: string,
hex: string,

},backgroundBase:{
name: string,
hex: string,

},backgroundHover:{
name: string,
hex: string,

},backgroundActive:{
name: string,
hex: string,

},textBase:{
name: string,
hex: string,

},textHover:{
name: string,
hex: string,

},textActive:{
name: string,
hex: string,

}};
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

module.exports = {text : {emphasis:{
Expand Down Expand Up @@ -638,4 +638,41 @@ inverted : {backgroundBase:{
name: "inverted.textBody",
hex: "#F5F7FA",

}},
secondary : {borderBase:{
name: "secondary.borderBase",
hex: "#2E3A47",

},borderHover:{
name: "secondary.borderHover",
hex: "#212933",

},borderActive:{
name: "secondary.borderActive",
hex: "#212933",

},backgroundBase:{
name: "secondary.backgroundBase",
hex: "#FFFFFF",

},backgroundHover:{
name: "secondary.backgroundHover",
hex: "#F5F7FA",

},backgroundActive:{
name: "secondary.backgroundActive",
hex: "#E6EDF5",

},textBase:{
name: "secondary.textBase",
hex: "#2E3A47",

},textHover:{
name: "secondary.textHover",
hex: "#2E3A47",

},textActive:{
name: "secondary.textActive",
hex: "#2E3A47",

}},};
39 changes: 38 additions & 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 Tue, 19 Mar 2024 13:54:31 GMT
* Generated on Mon, 08 Jul 2024 12:56:30 GMT
*/

export const text : {emphasis:{
Expand Down Expand Up @@ -638,4 +638,41 @@ export const inverted : {backgroundBase:{
name: string,
hex: string,

}};
export const secondary : {borderBase:{
name: string,
hex: string,

},borderHover:{
name: string,
hex: string,

},borderActive:{
name: string,
hex: string,

},backgroundBase:{
name: string,
hex: string,

},backgroundHover:{
name: string,
hex: string,

},backgroundActive:{
name: string,
hex: string,

},textBase:{
name: string,
hex: string,

},textHover:{
name: string,
hex: string,

},textActive:{
name: string,
hex: string,

}};
Loading

0 comments on commit 1d008bd

Please sign in to comment.