Skip to content

Commit f4d50ea

Browse files
committed
chore: attempting to update themes to the newer version of font awesome
trying to make themes match the credentials version of font awesome
1 parent 9ff64c2 commit f4d50ea

File tree

10 files changed

+127
-97
lines changed

10 files changed

+127
-97
lines changed

edx_credentials_themes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.5.3'
1+
__version__ = '0.5.4'

edx_credentials_themes/static/edx.org/base/sass/_lib.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// About: third party libraries and dependencies import
55

6-
@import '~font-awesome/scss/font-awesome';
6+
@import "@fortawesome/fontawesome-svg-core";
77
@import "@edx/brand/paragon/fonts";
88
@import "@edx/brand/paragon/variables";
99
@import "@openedx/paragon/scss/core/core";

edx_credentials_themes/static/edx.org/css/edx.org.base.style-ltr.css

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

edx_credentials_themes/static/edx.org/css/edx.org.base.style-rtl.css

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 116 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414
"license": "UNLICENSED",
1515
"homepage": "https://github.com/openedx/credentials-themes",
1616
"devDependencies": {
17+
"@fortawesome/fontawesome-svg-core": "^7.0.0",
18+
"@fortawesome/free-brands-svg-icons": "^7.0.0",
19+
"@fortawesome/free-solid-svg-icons": "^7.0.0",
1720
"@edx/brand": "npm:@edx/[email protected]",
1821
"@openedx/paragon": "22.20.4",
1922
"bi-app-sass": "1.1.0",
2023
"css-loader": "7.1.2",
2124
"file-loader": "6.2.0",
22-
"font-awesome": "4.7.0",
2325
"imports-loader": "5.0.0",
2426
"jquery": "3.7.1",
2527
"mini-css-extract-plugin": "2.9.4",

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade

requirements/pip_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
55
# make upgrade

0 commit comments

Comments
 (0)