-
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.
Merge pull request #1 from warp-ds/create-pull-request/patch-1717678929
Updates from figma
- Loading branch information
Showing
13 changed files
with
1,153 additions
and
79 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"color": { | ||
"50": { | ||
"value": "#ffffff80" | ||
}, | ||
"white": { | ||
"value": "#ffffff" | ||
}, | ||
|
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 |
---|---|---|
@@ -1,8 +1,5 @@ | ||
{ | ||
"color": { | ||
"50": { | ||
"value": "#ffffff80" | ||
}, | ||
"white": { | ||
"value": "#ffffff" | ||
}, | ||
|
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,116 @@ | ||
{ | ||
"components": { | ||
"badge": { | ||
"neutral": { | ||
"background": { | ||
"value": "{color.gray.600}" | ||
} | ||
}, | ||
"positive": { | ||
"background": { | ||
"value": "{color.green.700}" | ||
} | ||
}, | ||
"info": { | ||
"background": { | ||
"value": "{color.blue.700}" | ||
} | ||
}, | ||
"warning": { | ||
"background": { | ||
"value": "{color.yellow.700}" | ||
} | ||
}, | ||
"negative": { | ||
"background": { | ||
"value": "{color.red.700}" | ||
} | ||
}, | ||
"sponsored": { | ||
"background": { | ||
"value": "{color.blue.600}" | ||
} | ||
}, | ||
"price": { | ||
"background": { | ||
"value": "{color.black}" | ||
} | ||
}, | ||
"notification": { | ||
"background": { | ||
"value": "{semantic.color.background.negative}" | ||
} | ||
} | ||
}, | ||
"button": { | ||
"primary": { | ||
"background": { | ||
"value": "{color.watermelon.500}" | ||
}, | ||
"background-hover": { | ||
"value": "{color.watermelon.400}" | ||
}, | ||
"background-active": { | ||
"value": "{color.watermelon.300}" | ||
} | ||
}, | ||
"pill": { | ||
"background-hover": { | ||
"value": "{color.blueberry.300}" | ||
} | ||
} | ||
}, | ||
"callout": { | ||
"background": { | ||
"value": "{color.blue.800}" | ||
}, | ||
"border": { | ||
"value": "{color.blue.600}" | ||
} | ||
}, | ||
"navbar": { | ||
"icon-selected": { | ||
"value": "{semantic.color.icon.secondary}" | ||
}, | ||
"border-selected": { | ||
"value": "{semantic.color.border.secondary}" | ||
} | ||
}, | ||
"page indicator": { | ||
"background": { | ||
"value": "{color.gray.300}" | ||
}, | ||
"background-hover": { | ||
"value": "{color.gray.200}" | ||
} | ||
}, | ||
"pill": { | ||
"suggestion": { | ||
"background": { | ||
"value": "{color.gray.600}" | ||
}, | ||
"background-hover": { | ||
"value": "{color.gray.500}" | ||
}, | ||
"background-active": { | ||
"value": "{color.gray.400}" | ||
} | ||
} | ||
}, | ||
"switch": { | ||
"track": { | ||
"background": { | ||
"value": "{color.gray.600}" | ||
}, | ||
"background-hover": { | ||
"value": "{color.gray.500}" | ||
} | ||
} | ||
}, | ||
"tooltip": { | ||
"background-static": { | ||
"value": "{semantic.color.surface.elevated-300}" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.