-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: updates some components with semantic tokens (#325)
* style: updates some components with semantic tokens * style(chip): update chip to use component semantic tokens * style(input): create new component specific semantic tokens created input.json for tokenstudio updated both the themes and metadata.json files --------- Co-authored-by: Julian Skinner <[email protected]>
- Loading branch information
1 parent
dbafc7d
commit 8d35d5e
Showing
24 changed files
with
176 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
/** | ||
* Do not edit directly, this file was auto-generated. | ||
*/ | ||
|
||
:host { | ||
--pine-chip-color-warning-dot: var(--pine-color-yellow-600); | ||
--pine-chip-color-warning-hover: var(--pine-color-yellow-300); | ||
--pine-chip-color-warning: var(--pine-color-yellow-100); | ||
--pine-chip-color-success-dot: var(--pine-color-green-600); | ||
--pine-chip-color-success-hover: var(--pine-color-green-300); | ||
--pine-chip-color-success: var(--pine-color-green-100); | ||
--pine-chip-color-neutral-dot: var(--pine-color-grey-600); | ||
--pine-chip-color-neutral-hover: var(--pine-color-grey-300); | ||
--pine-chip-color-neutral: var(--pine-color-grey-100); | ||
--pine-chip-color-info-dot: var(--pine-color-blue-600); | ||
--pine-chip-color-info-hover: var(--pine-color-blue-300); | ||
--pine-chip-color-info: var(--pine-color-blue-100); | ||
--pine-chip-color-danger-dot: var(--pine-color-red-600); | ||
--pine-chip-color-danger-hover: var(--pine-color-red-300); | ||
--pine-chip-color-danger: var(--pine-color-red-100); | ||
--pine-chip-color-accent-dot: var(--pine-color-purple-600); | ||
--pine-chip-color-accent-hover: var(--pine-color-purple-300); | ||
--pine-chip-color-accent: var(--pine-color-purple-100); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/** | ||
* Do not edit directly, this file was auto-generated. | ||
*/ | ||
|
||
:host { | ||
--pine-input-color-background-danger: var(--pine-color-red-050); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.