Commit 4ead602
committed
feat: add support to paragon design tokens [wip]
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.1 parent 32bd319 commit 4ead602
File tree
14 files changed
+1621
-3512
lines changed- src
- course-home
- outline-tab/widgets
- progress-tab
- course-completion
- grades/course-grade
- courseware/course
- celebration
- sequence/lock-paywall
- generic
- upgrade-notification
- upsell-bullets
14 files changed
+1621
-3512
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
0 commit comments