-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: sync with the poc repo #1
Conversation
chore(primitives): update figma tokens
chore(primitives): update figma tokens
…nto figma-tokens
chore(primitives): update figma tokens
|
||
import {Space_Grotesk} from '@next/font/google'; | ||
|
||
export const spaceGrotesk = Space_Grotesk({subsets: ['latin']}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shall we use Gilmer for this also? wdyt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. I'll send a follow up PR.
@@ -0,0 +1,127 @@ | |||
/** | |||
* Copyright (c) 2022, WSO2 LLC. (https://www.wso2.com). All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should the year be 2023?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file was actually created in 2022. I'm moving the repo with the commit history. So it should be 2022.
Purpose
The initial POC for the Oxygen UI Design System was done in https://github.com/brionmario/oxygen-ui-poc and it's now ready to be moved in to WSO2 space.
Goals