From 3299c2a65fc65454507664c288c6bff54a2696bb Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 23 Aug 2023 11:09:23 -0400 Subject: [PATCH] fix: Update version # * Update package.json * Fix version and also tweak working * Transformed tokens * Built and updated design tokens * Files compiled! --------- Co-authored-by: Ian Clarke Co-authored-by: iryanclarke --- dist/documentation/core-dark-colors.d.ts | 2 +- dist/documentation/core-dark-colors.js | 2 +- dist/documentation/core-light-colors.d.ts | 2 +- dist/documentation/core-light-colors.js | 2 +- dist/documentation/themes/dark.d.ts | 2 +- dist/documentation/themes/dark.js | 2 +- dist/documentation/themes/emerson.d.ts | 2 +- dist/documentation/themes/emerson.js | 2 +- dist/documentation/themes/light.d.ts | 2 +- dist/documentation/themes/light.js | 2 +- dist/documentation/themes/lightDS3.d.ts | 2 +- dist/documentation/themes/lightDS3.js | 2 +- dist/tokens/native/borders.d.ts | 2 +- dist/tokens/native/borders.js | 2 +- dist/tokens/native/core-dark-colors.d.ts | 2 +- dist/tokens/native/core-dark-colors.js | 2 +- dist/tokens/native/core-light-colors.d.ts | 2 +- dist/tokens/native/core-light-colors.js | 2 +- dist/tokens/native/themes/dark.d.ts | 2 +- dist/tokens/native/themes/dark.js | 2 +- dist/tokens/native/themes/emerson.d.ts | 2 +- dist/tokens/native/themes/emerson.js | 2 +- dist/tokens/native/themes/light.d.ts | 2 +- dist/tokens/native/themes/light.js | 2 +- dist/tokens/native/themes/lightDS3.d.ts | 2 +- dist/tokens/native/themes/lightDS3.js | 2 +- dist/tokens/native/typography.d.ts | 2 +- dist/tokens/native/typography.js | 2 +- dist/tokens/scss/borders.scss | 2 +- dist/tokens/scss/core-dark-colors.scss | 2 +- dist/tokens/scss/core-light-colors.scss | 2 +- dist/tokens/scss/themes/dark.scss | 2 +- dist/tokens/scss/themes/emerson.scss | 2 +- dist/tokens/scss/themes/light.scss | 2 +- dist/tokens/scss/themes/lightDS3.scss | 2 +- dist/tokens/scss/typography.scss | 2 +- dist/tokens/ts/borders.d.ts | 2 +- dist/tokens/ts/borders.js | 2 +- dist/tokens/ts/core-dark-colors.d.ts | 2 +- dist/tokens/ts/core-dark-colors.js | 2 +- dist/tokens/ts/core-light-colors.d.ts | 2 +- dist/tokens/ts/core-light-colors.js | 2 +- dist/tokens/ts/themes/dark.d.ts | 2 +- dist/tokens/ts/themes/dark.js | 2 +- dist/tokens/ts/themes/emerson.d.ts | 2 +- dist/tokens/ts/themes/emerson.js | 2 +- dist/tokens/ts/themes/light.d.ts | 2 +- dist/tokens/ts/themes/light.js | 2 +- dist/tokens/ts/themes/lightDS3.d.ts | 2 +- dist/tokens/ts/themes/lightDS3.js | 2 +- dist/tokens/ts/typography.d.ts | 2 +- dist/tokens/ts/typography.js | 2 +- package.json | 2 +- src/types/themes.ts | 2 +- 54 files changed, 54 insertions(+), 54 deletions(-) diff --git a/dist/documentation/core-dark-colors.d.ts b/dist/documentation/core-dark-colors.d.ts index da4b87eb..ddc2b932 100644 --- a/dist/documentation/core-dark-colors.d.ts +++ b/dist/documentation/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-dark-colors.js b/dist/documentation/core-dark-colors.js index ef9084bc..b06f62be 100644 --- a/dist/documentation/core-dark-colors.js +++ b/dist/documentation/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/core-light-colors.d.ts b/dist/documentation/core-light-colors.d.ts index 6dcc9c3e..9be29faa 100644 --- a/dist/documentation/core-light-colors.d.ts +++ b/dist/documentation/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const green : {100:{ diff --git a/dist/documentation/core-light-colors.js b/dist/documentation/core-light-colors.js index 3e93f59a..dbd489e1 100644 --- a/dist/documentation/core-light-colors.js +++ b/dist/documentation/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {green : {100:{ diff --git a/dist/documentation/themes/dark.d.ts b/dist/documentation/themes/dark.d.ts index 8f362a5a..649055f1 100644 --- a/dist/documentation/themes/dark.d.ts +++ b/dist/documentation/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/dark.js b/dist/documentation/themes/dark.js index 050e02bd..ed853843 100644 --- a/dist/documentation/themes/dark.js +++ b/dist/documentation/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/emerson.d.ts b/dist/documentation/themes/emerson.d.ts index eb934482..ccae834b 100644 --- a/dist/documentation/themes/emerson.d.ts +++ b/dist/documentation/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/emerson.js b/dist/documentation/themes/emerson.js index de8423e0..13e9b42d 100644 --- a/dist/documentation/themes/emerson.js +++ b/dist/documentation/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/light.d.ts b/dist/documentation/themes/light.d.ts index eb934482..c50b3c92 100644 --- a/dist/documentation/themes/light.d.ts +++ b/dist/documentation/themes/light.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/light.js b/dist/documentation/themes/light.js index 56219d8f..3e9bd866 100644 --- a/dist/documentation/themes/light.js +++ b/dist/documentation/themes/light.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/documentation/themes/lightDS3.d.ts b/dist/documentation/themes/lightDS3.d.ts index eb934482..c50b3c92 100644 --- a/dist/documentation/themes/lightDS3.d.ts +++ b/dist/documentation/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const text : {emphasis:{ diff --git a/dist/documentation/themes/lightDS3.js b/dist/documentation/themes/lightDS3.js index 2f8d5d8e..55101530 100644 --- a/dist/documentation/themes/lightDS3.js +++ b/dist/documentation/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {text : {emphasis:{ diff --git a/dist/tokens/native/borders.d.ts b/dist/tokens/native/borders.d.ts index 15187558..0b18692a 100644 --- a/dist/tokens/native/borders.d.ts +++ b/dist/tokens/native/borders.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const radiusBase : number; diff --git a/dist/tokens/native/borders.js b/dist/tokens/native/borders.js index 91da8e90..a9fdf7ea 100644 --- a/dist/tokens/native/borders.js +++ b/dist/tokens/native/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = { diff --git a/dist/tokens/native/core-dark-colors.d.ts b/dist/tokens/native/core-dark-colors.d.ts index cbb56ce1..39fe3164 100644 --- a/dist/tokens/native/core-dark-colors.d.ts +++ b/dist/tokens/native/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/core-dark-colors.js b/dist/tokens/native/core-dark-colors.js index 04e1cbda..f714de9e 100644 --- a/dist/tokens/native/core-dark-colors.js +++ b/dist/tokens/native/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {green : {100 : "#0C291E",200 : "#0F3326",300 : "#13402F",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"}, diff --git a/dist/tokens/native/core-light-colors.d.ts b/dist/tokens/native/core-light-colors.d.ts index de183b01..23ede583 100644 --- a/dist/tokens/native/core-light-colors.d.ts +++ b/dist/tokens/native/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/core-light-colors.js b/dist/tokens/native/core-light-colors.js index 9c47aff3..f5cc43a1 100644 --- a/dist/tokens/native/core-light-colors.js +++ b/dist/tokens/native/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/dark.d.ts b/dist/tokens/native/themes/dark.d.ts index 49dd9eb2..f0762ad4 100644 --- a/dist/tokens/native/themes/dark.d.ts +++ b/dist/tokens/native/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/dark.js b/dist/tokens/native/themes/dark.js index f7d57f92..c3ce97c4 100644 --- a/dist/tokens/native/themes/dark.js +++ b/dist/tokens/native/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "dark", diff --git a/dist/tokens/native/themes/emerson.d.ts b/dist/tokens/native/themes/emerson.d.ts index 41c3b9e0..1744208b 100644 --- a/dist/tokens/native/themes/emerson.d.ts +++ b/dist/tokens/native/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/emerson.js b/dist/tokens/native/themes/emerson.js index 1d2bf873..f03cf8b6 100644 --- a/dist/tokens/native/themes/emerson.js +++ b/dist/tokens/native/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ module.exports = {theme: "emerson", diff --git a/dist/tokens/native/themes/light.d.ts b/dist/tokens/native/themes/light.d.ts index 41c3b9e0..2307940f 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 Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/light.js b/dist/tokens/native/themes/light.js index 265c4a26..87dad1ce 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 Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "light", diff --git a/dist/tokens/native/themes/lightDS3.d.ts b/dist/tokens/native/themes/lightDS3.d.ts index 41c3b9e0..2307940f 100644 --- a/dist/tokens/native/themes/lightDS3.d.ts +++ b/dist/tokens/native/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/native/themes/lightDS3.js b/dist/tokens/native/themes/lightDS3.js index 5f33c78e..f3d27c4e 100644 --- a/dist/tokens/native/themes/lightDS3.js +++ b/dist/tokens/native/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "lightDS3", diff --git a/dist/tokens/native/typography.d.ts b/dist/tokens/native/typography.d.ts index ea21fd2b..01514ca5 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 Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/native/typography.js b/dist/tokens/native/typography.js index 3b65e69f..0d028164 100644 --- a/dist/tokens/native/typography.js +++ b/dist/tokens/native/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = { diff --git a/dist/tokens/scss/borders.scss b/dist/tokens/scss/borders.scss index d3e532db..b60de824 100644 --- a/dist/tokens/scss/borders.scss +++ b/dist/tokens/scss/borders.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:52 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $radiusBase: 8px; $radiusCircle: 50%; diff --git a/dist/tokens/scss/core-dark-colors.scss b/dist/tokens/scss/core-dark-colors.scss index e0d3cbf4..fcf7c36c 100644 --- a/dist/tokens/scss/core-dark-colors.scss +++ b/dist/tokens/scss/core-dark-colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:52 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $green100: #0C291E; $green200: #0F3326; diff --git a/dist/tokens/scss/core-light-colors.scss b/dist/tokens/scss/core-light-colors.scss index bbd64da8..d6f78c81 100644 --- a/dist/tokens/scss/core-light-colors.scss +++ b/dist/tokens/scss/core-light-colors.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:52 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $green100: #FAFFFC; $green200: #EBF2EF; diff --git a/dist/tokens/scss/themes/dark.scss b/dist/tokens/scss/themes/dark.scss index df0942b4..d4cd507e 100644 --- a/dist/tokens/scss/themes/dark.scss +++ b/dist/tokens/scss/themes/dark.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:53 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $textEmphasis: #E8E9EA; $textBody: #BCBDBF; diff --git a/dist/tokens/scss/themes/emerson.scss b/dist/tokens/scss/themes/emerson.scss index 3592c699..dbe80534 100644 --- a/dist/tokens/scss/themes/emerson.scss +++ b/dist/tokens/scss/themes/emerson.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:53 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $textEmphasis: #1A1D21; $textBody: #22272B; diff --git a/dist/tokens/scss/themes/light.scss b/dist/tokens/scss/themes/light.scss index 2462f8ec..2f18ea68 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 Tue, 22 Aug 2023 19:11:52 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $textEmphasis: #36485C; $textBody: #475A70; diff --git a/dist/tokens/scss/themes/lightDS3.scss b/dist/tokens/scss/themes/lightDS3.scss index adf1b32a..6e14e174 100644 --- a/dist/tokens/scss/themes/lightDS3.scss +++ b/dist/tokens/scss/themes/lightDS3.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:53 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $textEmphasis: #36485C; $textBody: #475A70; diff --git a/dist/tokens/scss/typography.scss b/dist/tokens/scss/typography.scss index 05182519..a4316ae7 100644 --- a/dist/tokens/scss/typography.scss +++ b/dist/tokens/scss/typography.scss @@ -1,6 +1,6 @@ // Do not edit directly -// Generated on Tue, 22 Aug 2023 19:11:52 GMT +// Generated on Wed, 23 Aug 2023 15:05:46 GMT $letterSpacingBase: 0; $paragraphSpacingBase: 0; diff --git a/dist/tokens/ts/borders.d.ts b/dist/tokens/ts/borders.d.ts index d9706b13..778013f0 100644 --- a/dist/tokens/ts/borders.d.ts +++ b/dist/tokens/ts/borders.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const radiusBase : string; diff --git a/dist/tokens/ts/borders.js b/dist/tokens/ts/borders.js index f097efd5..c6aefe9e 100644 --- a/dist/tokens/ts/borders.js +++ b/dist/tokens/ts/borders.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = { diff --git a/dist/tokens/ts/core-dark-colors.d.ts b/dist/tokens/ts/core-dark-colors.d.ts index cbb56ce1..39fe3164 100644 --- a/dist/tokens/ts/core-dark-colors.d.ts +++ b/dist/tokens/ts/core-dark-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/core-dark-colors.js b/dist/tokens/ts/core-dark-colors.js index 04e1cbda..f714de9e 100644 --- a/dist/tokens/ts/core-dark-colors.js +++ b/dist/tokens/ts/core-dark-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {green : {100 : "#0C291E",200 : "#0F3326",300 : "#13402F",400 : "#256E53",500 : "#288563",600 : "#42AD86",700 : "#86D6B9",800 : "#DBFFF1"}, diff --git a/dist/tokens/ts/core-light-colors.d.ts b/dist/tokens/ts/core-light-colors.d.ts index de183b01..23ede583 100644 --- a/dist/tokens/ts/core-light-colors.d.ts +++ b/dist/tokens/ts/core-light-colors.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/core-light-colors.js b/dist/tokens/ts/core-light-colors.js index 9c47aff3..f5cc43a1 100644 --- a/dist/tokens/ts/core-light-colors.js +++ b/dist/tokens/ts/core-light-colors.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 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/dark.d.ts b/dist/tokens/ts/themes/dark.d.ts index 49dd9eb2..f0762ad4 100644 --- a/dist/tokens/ts/themes/dark.d.ts +++ b/dist/tokens/ts/themes/dark.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/dark.js b/dist/tokens/ts/themes/dark.js index f7d57f92..c3ce97c4 100644 --- a/dist/tokens/ts/themes/dark.js +++ b/dist/tokens/ts/themes/dark.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "dark", diff --git a/dist/tokens/ts/themes/emerson.d.ts b/dist/tokens/ts/themes/emerson.d.ts index 41c3b9e0..1744208b 100644 --- a/dist/tokens/ts/themes/emerson.d.ts +++ b/dist/tokens/ts/themes/emerson.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/emerson.js b/dist/tokens/ts/themes/emerson.js index 1d2bf873..f03cf8b6 100644 --- a/dist/tokens/ts/themes/emerson.js +++ b/dist/tokens/ts/themes/emerson.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:47 GMT */ module.exports = {theme: "emerson", diff --git a/dist/tokens/ts/themes/light.d.ts b/dist/tokens/ts/themes/light.d.ts index 9bf69ed7..2307940f 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 Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/light.js b/dist/tokens/ts/themes/light.js index 1d9983ce..87dad1ce 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 Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "light", diff --git a/dist/tokens/ts/themes/lightDS3.d.ts b/dist/tokens/ts/themes/lightDS3.d.ts index 41c3b9e0..2307940f 100644 --- a/dist/tokens/ts/themes/lightDS3.d.ts +++ b/dist/tokens/ts/themes/lightDS3.d.ts @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const theme: string; diff --git a/dist/tokens/ts/themes/lightDS3.js b/dist/tokens/ts/themes/lightDS3.js index 5f33c78e..f3d27c4e 100644 --- a/dist/tokens/ts/themes/lightDS3.js +++ b/dist/tokens/ts/themes/lightDS3.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:53 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = {theme: "lightDS3", diff --git a/dist/tokens/ts/typography.d.ts b/dist/tokens/ts/typography.d.ts index 2589b482..c132e742 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 Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ export const letterSpacingBase : number; diff --git a/dist/tokens/ts/typography.js b/dist/tokens/ts/typography.js index e0f1ea3e..2fb77a2c 100644 --- a/dist/tokens/ts/typography.js +++ b/dist/tokens/ts/typography.js @@ -1,6 +1,6 @@ /** * Do not edit directly - * Generated on Tue, 22 Aug 2023 19:11:52 GMT + * Generated on Wed, 23 Aug 2023 15:05:46 GMT */ module.exports = { diff --git a/package.json b/package.json index 9483c349..2d3b548f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "aviary-tokens", "license": "MIT", - "version": "0.9.3", + "version": "0.27.1", "description": "Design tokens for the Fullscript Aviary design system", "types": "./dist/index.d.ts", "main": "./dist/index.js", diff --git a/src/types/themes.ts b/src/types/themes.ts index e203953e..037496db 100644 --- a/src/types/themes.ts +++ b/src/types/themes.ts @@ -1,7 +1,7 @@ // NOTE! // If you change this file, make sure to copy the resulting content of dist/types/themes.js and dist/types/themes.d.ts // and replace the contents to themes.js and the themes.d.ts in the root directory -// You willl need to update any import/require paths to be relative to the root directory +// You will need to update any import/require paths to be relative to the root directory // Do it! Upon pain of broken pipelines import * as light from "../../dist/tokens/ts/themes/light"; import * as lightDS3 from "../../dist/tokens/ts/themes/lightDS3";