Skip to content

Commit

Permalink
feat(tokens): updates tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed May 10, 2023
1 parent 64921f6 commit ca9928c
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:45 GMT
*/

export const componentTokens = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:45 GMT
*/

export const semanticTokens = {
Expand Down Expand Up @@ -277,6 +277,12 @@ export const semanticTokens = {
LabelAppendix: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.75rem' },
Caption: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.75rem' },
UserInput: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.875rem' },
LabelNextToControl: {
fontFamily: '"Source Sans Pro" ',
fontWeight: 400,
lineHeight: '150%',
fontSize: '0.875rem',
},
Placeholder: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.875rem' },
CaptionComponent: { Padding: '0rem 0px', ItemSpacing: '0.125rem', IconSize: 'SM' },
CaptionSlot: { Margin: '0.5rem 0px 0rem 0px' },
Expand All @@ -292,6 +298,7 @@ export const semanticTokens = {
CaptionSlot: { Margin: '0.5rem 0px 0rem 0px' },
LabelSlot: { Padding: '0rem 0px 8px ', ItemSpacing: '4px' },
UserInput: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '1rem' },
LabelNextToControl: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '1rem' },
Placeholder: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '1rem' },
InputSlot: { Margin: '0rem 0px 0rem 0px' },
InputField: { Padding: '0.5rem 12px', IconSize: 'MD' },
Expand All @@ -301,6 +308,12 @@ export const semanticTokens = {
LabelAppendix: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.75rem' },
Caption: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '0.75rem' },
UserInput: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '1.25rem' },
LabelNextToControl: {
fontFamily: '"Source Sans Pro" ',
fontWeight: 400,
lineHeight: '150%',
fontSize: '1.25rem',
},
Placeholder: { fontFamily: '"Source Sans Pro" ', fontWeight: 400, lineHeight: '150%', fontSize: '1.25rem' },
CaptionComponent: { Padding: '0rem 0px', ItemSpacing: '0.125rem', IconSize: 'SM' },
CaptionSlot: { Margin: '0.5rem 0px 0rem 0px' },
Expand Down Expand Up @@ -334,7 +347,7 @@ export const semanticTokens = {
Disabled: 'hsla(220, 10%, 80%,1) ',
ReadOnly: 'hsla(220, 10%, 10%,1) ',
},
Error: { Rest: 'hsla(350, 80%, 30%,1) ', Hover: 'hsla(350, 80%, 30%,1) ' },
Error: { Rest: 'hsla(350, 80%, 30%,1) ', Hover: 'hsla(350, 80%, 30%,1) ', Pressed: 'hsla(350, 80%, 30%,1) ' },
},
Placeholder: {
Default: {
Expand Down Expand Up @@ -373,13 +386,15 @@ export const semanticTokens = {
Default: {
Rest: { color: 'hsla(220, 10%, 70%,1) ', width: '1px', style: 'solid' },
Hover: { color: 'hsla(220, 10%, 70%,1) ', width: '1px', style: 'solid' },
Pressed: { color: 'hsla(220, 10%, 70%,1) ', width: '1px', style: 'solid' },
Focus: { color: 'hsla(220, 10%, 10%,1) ', width: '2px', style: 'solid' },
Disabled: { color: 'hsla(220, 10%, 80%,1) ', width: '1px', style: 'solid' },
ReadOnly: { color: 'hsla(220, 10%, 90%,1) ', width: '1px', style: 'solid' },
},
Error: {
Rest: { color: 'hsla(350, 80%, 50%,1) ', width: '1px', style: 'solid' },
Hover: { color: 'hsla(350, 80%, 50%,1) ', width: '1px', style: 'solid' },
Pressed: { color: 'hsla(350, 80%, 50%,1) ', width: '1px', style: 'solid' },
Focus: { color: 'hsla(350, 80%, 50%,1) ', width: '2px', style: 'solid' },
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:44 GMT
*/

:root {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 04 May 2023 14:45:36 GMT
* Generated on Wed, 10 May 2023 15:14:45 GMT
*/

export const componentConfig = {
Expand Down

0 comments on commit ca9928c

Please sign in to comment.