forked from openedx/frontend-app-learning
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(redwood): add css support and cdn compatibility (#17)
* perf: add runtime theming support to redwood * fix: outline collapsible icons * fix: solve issue with overlaid input element * refactor: add frontend-platform dep from npm * refactor: rename frontend-build github branch --------- Co-authored-by: Diana Catalina Olarte <[email protected]>
- Loading branch information
Showing
25 changed files
with
11,265 additions
and
6,656 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,8 @@ | |
"postinstall": "patch-package", | ||
"snapshot": "fedx-scripts jest --updateSnapshot", | ||
"start": "fedx-scripts webpack-dev-server --progress", | ||
"test": "fedx-scripts jest --coverage --passWithNoTests" | ||
"test": "fedx-scripts jest --coverage --passWithNoTests", | ||
"replace-variables": "paragon replace-variables -p src -t usage" | ||
}, | ||
"author": "edX", | ||
"license": "AGPL-3.0", | ||
|
@@ -30,31 +31,31 @@ | |
"url": "https://github.com/openedx/frontend-app-learning/issues" | ||
}, | ||
"dependencies": { | ||
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.2", | ||
"@edx/frontend-component-footer": "^13.0.4", | ||
"@edx/frontend-component-header": "^5.0.2", | ||
"@edx/frontend-lib-learning-assistant": "^2.0.0", | ||
"@edx/frontend-lib-special-exams": "^3.0.1", | ||
"@edx/frontend-platform": "^7.1.2", | ||
"@edx/openedx-atlas": "^0.6.0", | ||
"@edx/react-unit-test-utils": "^2.0.0", | ||
"@edx/brand": "npm:@openedx/[email protected]", | ||
"@edx/frontend-component-footer": "npm:@edunext/frontend-component-footer@13.0.4-alpha.1", | ||
"@edx/frontend-component-header": "npm:@edunext/frontend-component-header@5.0.2-alpha.1", | ||
"@edx/frontend-lib-learning-assistant": "npm:@edunext/frontend-lib-learning-assistant@2.0.0-alpha.1", | ||
"@edx/frontend-lib-special-exams": "npm:@edunext/frontend-lib-special-exams@3.0.1-alpha.1", | ||
"@edx/frontend-platform": "npm:@edunext/frontend-platform@7.1.2-alpha.1", | ||
"@edx/openedx-atlas": "0.6.0", | ||
"@edx/react-unit-test-utils": "npm:@edunext/react-unit-test-utils@2.0.0-alpha.1", | ||
"@fortawesome/fontawesome-svg-core": "1.3.0", | ||
"@fortawesome/free-brands-svg-icons": "5.15.4", | ||
"@fortawesome/free-regular-svg-icons": "5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "5.15.4", | ||
"@fortawesome/react-fontawesome": "^0.1.4", | ||
"@openedx/frontend-plugin-framework": "^1.0.2", | ||
"@openedx/paragon": "^22.3.0", | ||
"@fortawesome/react-fontawesome": "0.2.0", | ||
"@openedx/frontend-plugin-framework": "1.0.2", | ||
"@openedx/paragon": "23.0.0-alpha.1", | ||
"@popperjs/core": "2.11.8", | ||
"@reduxjs/toolkit": "1.8.1", | ||
"classnames": "2.3.2", | ||
"core-js": "3.22.2", | ||
"history": "5.3.0", | ||
"joi": "^17.11.0", | ||
"joi": "17.11.0", | ||
"js-cookie": "3.0.5", | ||
"lodash.camelcase": "4.3.0", | ||
"prop-types": "15.8.1", | ||
"query-string": "^7.1.3", | ||
"query-string": "7.1.3", | ||
"react": "17.0.2", | ||
"react-dom": "17.0.2", | ||
"react-helmet": "6.1.0", | ||
|
@@ -71,26 +72,26 @@ | |
"devDependencies": { | ||
"@edx/browserslist-config": "1.2.0", | ||
"@edx/reactifex": "2.2.0", | ||
"@openedx/frontend-build": "13.1.4", | ||
"@pact-foundation/pact": "^11.0.2", | ||
"@openedx/frontend-build": "github:edunext/frontend-build#ednx-release/css-variables-13.1.4", | ||
"@pact-foundation/pact": "11.0.2", | ||
"@testing-library/jest-dom": "5.16.5", | ||
"@testing-library/react": "12.1.5", | ||
"@testing-library/react-hooks": "^8.0.1", | ||
"@testing-library/react-hooks": "8.0.1", | ||
"@testing-library/user-event": "13.5.0", | ||
"axios-mock-adapter": "1.20.0", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"copy-webpack-plugin": "11.0.0", | ||
"es-check": "6.2.1", | ||
"eslint-import-resolver-webpack": "^0.13.8", | ||
"eslint-import-resolver-webpack": "0.13.8", | ||
"husky": "7.0.4", | ||
"jest": "^26.6.3", | ||
"jest-console-group-reporter": "^1.0.1", | ||
"jest-when": "^3.6.0", | ||
"patch-package": "^8.0.0", | ||
"postcss-loader": "^8.1.1", | ||
"jest": "26.6.3", | ||
"jest-console-group-reporter": "1.0.1", | ||
"jest-when": "3.6.0", | ||
"patch-package": "8.0.0", | ||
"postcss-loader": "8.1.1", | ||
"rosie": "2.1.1", | ||
"sass": "^1.72.0", | ||
"sass-loader": "^14.1.1", | ||
"source-map-loader": "^5.0.0", | ||
"style-loader": "^3.3.4" | ||
"sass": "1.72.0", | ||
"sass-loader": "14.1.1", | ||
"source-map-loader": "5.0.0", | ||
"style-loader": "3.3.4" | ||
} | ||
} | ||
} |
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,10 +1,10 @@ | ||
.outline-sidebar-proctoring-panel { | ||
border: 1px solid $dark-500; | ||
border-top: 5px solid $brand-600; | ||
border: 1px solid var(--pgn-color-dark-500); | ||
border-top: 5px solid var(--pgn-color-brand-600); | ||
} | ||
.proctoring-onboarding-success { | ||
border-top: 5px solid $primary-500; | ||
border-top: 5px solid var(--pgn-color-primary-500); | ||
} | ||
.proctoring-onboarding-submitted { | ||
border-top: 5px solid $dark-500; | ||
border-top: 5px solid var(--pgn-color-dark-500); | ||
} |
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.