-
Notifications
You must be signed in to change notification settings - Fork 204
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
[DRAFT] feat: add support to paragon design tokens #1203
Conversation
This PR purpose is to test/demo parago design tokens simliar to this one for the profile openedx/frontend-app-profile/pull/764 it override the following depns as seen in package.json - paragon alpha - openedx/frontend-build/pull/365 - openedx/frontend-platform/pull/440 - openedx/frontend-component-header/pull/351 - openedx/frontend-component-footer/pull/303 Conclousion so far: - There is an extra library that learning depends on which needs to support paragon; `frontend-lib-learning-assistant` and also `frontend-lib-special-exams` - It would be great to have a gudie or a document to look at, while doing the conversion that would **map variable from who it was used/named before to the name in design tokens** - I was stuck in the end with compliation error, that wepack couldn't find `Modal` exported from paragon.
Thanks for the pull request, @ghassanmas! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. This is currently a draft pull request. When it is ready for our review and all tests are green, click "Ready for Review", or remove "WIP" from the title, as appropriate. |
Thank you for this contribution @ghassanmas! Let us know when the changes are ready for review. |
Hi @ghassanmas! Just a quick update that we're closing this PR for now because it seems to be stale. You can of course reopen this pull request, or open a new one, when you have time to come back to this work. |
@ghassanmas Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
1 similar comment
@ghassanmas Even though your pull request wasn’t merged, please take a moment to answer a two question survey so we can improve your experience in the future. |
@itsjeyd this was for demonstration just like this openedx/frontend-app-profile#764 |
This PR purpose is to test/demo parago design tokens simliar
to this one for the profile openedx/frontend-app-profile/pull/764
it override the following depns as seen in package.json
PARAGON
as a global variable frontend-build#365Conclousion so far:
There is an extra library that learning depends on which needs to support paragon;
frontend-lib-learning-assistant
and alsofrontend-lib-special-exams
It would be great to have a gudie or a document to look at, while doing the conversion that would map variable from who it was used/named before to the name in design tokens
I was stuck in the end with compliation error, that wepack couldn't find
Modal
exported from paragon.