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 2cb61f9 commit 0ad33be
Show file tree
Hide file tree
Showing 12 changed files with 15 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 10:40:36 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 10:40:36 GMT
*/

export const semanticTokens = {
Expand Down Expand Up @@ -334,7 +334,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 +373,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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 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 10:40:36 GMT
*/

export const componentConfig = {
Expand Down

0 comments on commit 0ad33be

Please sign in to comment.