Skip to content

Commit b7efad3

Browse files
authored
feat(FontAwesome): bump version 9.1.1 (#570)
* chore: bump fa version 7.0.1 * chore: bump version 9.1.1
1 parent 5d5997b commit b7efad3

7 files changed

Lines changed: 19 additions & 7 deletions

File tree

src/components/BootstrapBlazor.FontAwesome/BootstrapBlazor.FontAwesome.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>9.1.0</Version>
4+
<Version>9.1.1</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.FontAwesome/wwwroot/css/all.css

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Font Awesome Free 7.0.0 by @fontawesome - https://fontawesome.com
2+
* Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
33
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
44
* Copyright 2025 Fonticons, Inc.
55
*/
@@ -35,10 +35,21 @@
3535
.fa-brands,
3636
.fa-classic,
3737
.fa)::before {
38-
content: var(--fa);
3938
content: var(--fa)/"";
4039
}
4140

41+
@supports not (content: ""/"") {
42+
:is(.fas,
43+
.far,
44+
.fab,
45+
.fa-solid,
46+
.fa-regular,
47+
.fa-brands,
48+
.fa-classic,
49+
.fa)::before {
50+
content: var(--fa);
51+
}
52+
}
4253
.fa-1x {
4354
font-size: 1em;
4455
}
@@ -390,10 +401,11 @@
390401

391402
.fa-stack-1x,
392403
.fa-stack-2x {
393-
left: 0;
404+
--fa-width: 100%;
405+
inset: 0;
394406
position: absolute;
395407
text-align: center;
396-
width: 100%;
408+
width: var(--fa-width);
397409
z-index: var(--fa-stack-z-index, auto);
398410
}
399411

src/components/BootstrapBlazor.FontAwesome/wwwroot/css/all.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)