font-awesome-sass 6.2.1 → 6.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/fonts/font-awesome/fa-brands-400.ttf +0 -0
- data/assets/fonts/font-awesome/fa-brands-400.woff2 +0 -0
- data/assets/fonts/font-awesome/fa-regular-400.ttf +0 -0
- data/assets/fonts/font-awesome/fa-regular-400.woff2 +0 -0
- data/assets/fonts/font-awesome/fa-solid-900.ttf +0 -0
- data/assets/fonts/font-awesome/fa-solid-900.woff2 +0 -0
- data/assets/stylesheets/font-awesome/_brands.scss +2 -2
- data/assets/stylesheets/font-awesome/_icons.scss +1 -0
- data/assets/stylesheets/font-awesome/_regular.scss +2 -2
- data/assets/stylesheets/font-awesome/_solid.scss +2 -2
- data/assets/stylesheets/font-awesome/_variables.scss +4 -0
- data/lib/font_awesome/sass/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c1b4751bfe740c3c0c8273f4e8f058dfe53b23a15a1f43fe53b92584bd60251
|
|
4
|
+
data.tar.gz: 9d95dae3105b1fb76725122d5639f2e6425f8b6a292337ea3b39fa02f111970a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d6a780a02bd80a56fbede9dd70742443410053a63ac57f6dc6850212430b3b75ac1685469b79abc5f48bed3a819a97cb50908703b71454651c5d3345bf4ca0a
|
|
7
|
+
data.tar.gz: 2cdcc6076a411edb081d8fae93a5042a4fe226e9e6fb51ab765096f0c68a21a4f2d782320a346161c6343d4921f9c0a5531da2e89b333ab2b3fce697e014a7ac
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright
|
|
4
|
+
* Copyright 2023 Fonticons, Inc.
|
|
5
5
|
*/
|
|
6
6
|
@import 'functions';
|
|
7
7
|
@import 'variables';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright
|
|
4
|
+
* Copyright 2023 Fonticons, Inc.
|
|
5
5
|
*/
|
|
6
6
|
@import 'functions';
|
|
7
7
|
@import 'variables';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Font Awesome Free 6.
|
|
2
|
+
* Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
|
|
3
3
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright
|
|
4
|
+
* Copyright 2023 Fonticons, Inc.
|
|
5
5
|
*/
|
|
6
6
|
@import 'functions';
|
|
7
7
|
@import 'variables';
|
|
@@ -2454,9 +2454,11 @@ $fa-var-btc: \f15a;
|
|
|
2454
2454
|
$fa-var-dribbble: \f17d;
|
|
2455
2455
|
$fa-var-stumbleupon-circle: \f1a3;
|
|
2456
2456
|
$fa-var-internet-explorer: \f26b;
|
|
2457
|
+
$fa-var-stubber: \e5c7;
|
|
2457
2458
|
$fa-var-telegram: \f2c6;
|
|
2458
2459
|
$fa-var-telegram-plane: \f2c6;
|
|
2459
2460
|
$fa-var-old-republic: \f510;
|
|
2461
|
+
$fa-var-odysee: \e5c6;
|
|
2460
2462
|
$fa-var-square-whatsapp: \f40c;
|
|
2461
2463
|
$fa-var-whatsapp-square: \f40c;
|
|
2462
2464
|
$fa-var-node-js: \f3d3;
|
|
@@ -4909,9 +4911,11 @@ $fa-brand-icons: (
|
|
|
4909
4911
|
"dribbble": $fa-var-dribbble,
|
|
4910
4912
|
"stumbleupon-circle": $fa-var-stumbleupon-circle,
|
|
4911
4913
|
"internet-explorer": $fa-var-internet-explorer,
|
|
4914
|
+
"stubber": $fa-var-stubber,
|
|
4912
4915
|
"telegram": $fa-var-telegram,
|
|
4913
4916
|
"telegram-plane": $fa-var-telegram-plane,
|
|
4914
4917
|
"old-republic": $fa-var-old-republic,
|
|
4918
|
+
"odysee": $fa-var-odysee,
|
|
4915
4919
|
"square-whatsapp": $fa-var-square-whatsapp,
|
|
4916
4920
|
"whatsapp-square": $fa-var-whatsapp-square,
|
|
4917
4921
|
"node-js": $fa-var-node-js,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: font-awesome-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Travis Chase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sassc
|
|
@@ -114,7 +114,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
114
114
|
- !ruby/object:Gem::Version
|
|
115
115
|
version: '0'
|
|
116
116
|
requirements: []
|
|
117
|
-
rubygems_version: 3.
|
|
117
|
+
rubygems_version: 3.4.1
|
|
118
118
|
signing_key:
|
|
119
119
|
specification_version: 4
|
|
120
120
|
summary: Font-Awesome SASS
|