Skip to content

Commit

Permalink
fontawesome 6.5.2 (#15656)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Apr 4, 2024
1 parent 2660e35 commit cd40224
Show file tree
Hide file tree
Showing 45 changed files with 205 additions and 135 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,23 +384,23 @@ ResourceManifest BuildManifest()
manifest
.DefineStyle("font-awesome")
.SetUrl("~/OrchardCore.Resources/Vendor/fontawesome-free/css/all.min.css", "~/OrchardCore.Resources/Vendor/fontawesome-free/css/all.css")
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/css/all.min.css", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/css/all.css")
.SetCdnIntegrity("sha384-t1nt8BQoYMLFN5p42tRAtuAAFQaCQODekUVeKKZrEnEyp4H2R0RHFz0KWpmj7i8g", "sha384-nrXXWLUi1MQU4ppkxCt05kh8YtWDU5Nf6gJikuch3OWafB4DxebHYZyah2r0+pVZ")
.SetVersion("6.5.1");
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/css/all.min.css", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/css/all.css")
.SetCdnIntegrity("sha384-PPIZEGYM1v8zp5Py7UjFb79S58UeqCL9pYVnVPURKEqvioPROaVAJKKLzvH2rDnI", "sha384-t4FZn72pwiL8YQp59tFGXyBckR289CkH1zKxQs5bMaAgEbJ9Do0PU4yeIsKbJ2Mj")
.SetVersion("6.5.2");

manifest
.DefineScript("font-awesome")
.SetUrl("~/OrchardCore.Resources/Vendor/fontawesome-free/js/all.min.js", "~/OrchardCore.Resources/Vendor/fontawesome-free/js/all.js")
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/js/all.min.js", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/js/all.js")
.SetCdnIntegrity("sha384-3ve3u7etWcm2heCe4TswfZSAYSg2jR/EJxRHuKM5foOiKS8IJL/xRlvmjCaHELBz", "sha384-IkmLcEDxkvCioiswmdraONwAU9uwbPWUbvuHAGrejK3zNlL74FCwCjvnTGJcrdbQ")
.SetVersion("6.5.1");
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/js/all.min.js", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/js/all.js")
.SetCdnIntegrity("sha384-QvGJBgkqeVjFCXW39Q3psy0yEymI5WTMC5V+6LnvmNIeDfvGo1AI/j0AlTrID9lQ", "sha384-RDO2wWn8bGQEWqqTM/s6D+cc2+OfRSJp7/O23bWdBhukXW9gMARFwCIQZUyD3ZeJ")
.SetVersion("6.5.2");

manifest
.DefineScript("font-awesome-v4-shims")
.SetUrl("~/OrchardCore.Resources/Vendor/fontawesome-free/js/v4-shims.min.js", "~/OrchardCore.Resources/Vendor/fontawesome-free/js/v4-shims.js")
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/js/v4-shims.min.js", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].1/js/v4-shims.js")
.SetCdnIntegrity("sha384-HJMj0TodsrM5KmHW8l+5NnGnq9DLtu9LlpFYFFXVne/+pnZYGxIWtFFGRQSbcPo9", "sha384-J7/Cp2KkX6wV+2gGoFn8nB3/z3uoSut1tZKtmf4gqqGUwM1L0YI3n6rJst683v9Z")
.SetVersion("6.5.1");
.SetCdn("https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/js/v4-shims.min.js", "https://cdn.jsdelivr.net/npm/@fortawesome/[email protected].2/js/v4-shims.js")
.SetCdnIntegrity("sha384-tj5YmFIdBVO/XRERdNj8QOyAFv67yagv304wrKG+kWqr14aj14FTlN5L5ijoDM9a", "sha384-KcVtZ/zEAUfN59N3IofEWLLKCAF4G7kSnXSvNcn+r+idf5aNbwboO9st8MGLzLVl")
.SetVersion("6.5.2");

manifest
.DefineScript("jquery-resizable")
Expand Down
14 changes: 7 additions & 7 deletions src/OrchardCore.Modules/OrchardCore.Resources/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "orchardcore.resources",
"version": "1.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-free": "6.5.2",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"bootstrap-select": "1.14.0-beta3",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
* Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
* Copyright 2023 Fonticons, Inc.
* Copyright 2024 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
Expand Down Expand Up @@ -463,8 +463,8 @@
transform: scale(-1, -1); }

.fa-rotate-by {
-webkit-transform: rotate(var(--fa-rotate-angle, none));
transform: rotate(var(--fa-rotate-angle, none)); }
-webkit-transform: rotate(var(--fa-rotate-angle, 0));
transform: rotate(var(--fa-rotate-angle, 0)); }

.fa-stack {
display: inline-block;
Expand Down Expand Up @@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
.fa-italic::before {
content: "\f033"; }

.fa-table-cells-column-lock::before {
content: "\e678"; }

.fa-church::before {
content: "\f51d"; }

Expand Down Expand Up @@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
.fa-font::before {
content: "\f031"; }

.fa-table-cells-row-lock::before {
content: "\e67a"; }

.fa-rupiah-sign::before {
content: "\e23d"; }

Expand Down Expand Up @@ -6481,6 +6487,9 @@ readers do not read off random characters that represent icons */
.fa-drupal:before {
content: "\f1a9"; }

.fa-jxl:before {
content: "\e67b"; }

.fa-hire-a-helper:before {
content: "\f3b0"; }

Expand Down Expand Up @@ -6784,6 +6793,9 @@ readers do not read off random characters that represent icons */
.fa-kickstarter:before {
content: "\f3bb"; }

.fa-square-kickstarter:before {
content: "\f3bb"; }

.fa-grav:before {
content: "\f2d6"; }

Expand Down Expand Up @@ -7216,6 +7228,9 @@ readers do not read off random characters that represent icons */
.fa-google-plus-square:before {
content: "\f0d4"; }

.fa-web-awesome:before {
content: "\e682"; }

.fa-mandalorian:before {
content: "\f50f"; }

Expand Down Expand Up @@ -7378,6 +7393,9 @@ readers do not read off random characters that represent icons */
.fa-xbox:before {
content: "\f412"; }

.fa-square-web-awesome-stroke:before {
content: "\e684"; }

.fa-searchengin:before {
content: "\f3eb"; }

Expand Down Expand Up @@ -7486,6 +7504,9 @@ readers do not read off random characters that represent icons */
.fa-whatsapp:before {
content: "\f232"; }

.fa-square-upwork:before {
content: "\e67c"; }

.fa-slideshare:before {
content: "\f1e7"; }

Expand Down Expand Up @@ -7564,6 +7585,9 @@ readers do not read off random characters that represent icons */
.fa-sellsy:before {
content: "\f213"; }

.fa-square-web-awesome:before {
content: "\e683"; }

.fa-sass:before {
content: "\f41e"; }

Expand Down Expand Up @@ -7600,6 +7624,9 @@ readers do not read off random characters that represent icons */
.fa-waze:before {
content: "\f83f"; }

.fa-bluesky:before {
content: "\e671"; }

.fa-cc-jcb:before {
content: "\f24b"; }

Expand Down
Loading

0 comments on commit cd40224

Please sign in to comment.