use only brands and solid icons from fontawesome and update assets
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
console.log(`Font Awesome Free 1.3.0 by @fontawesome - https://fontawesome.com
|
||||
console.log(`Font Awesome Free 6.1.1 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 {{currentYear}} Fonticons, Inc.
|
||||
Copyright 2022 Fonticons, Inc.
|
||||
`)
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
|
||||
*/
|
||||
@@ -360,7 +360,6 @@ function getAttrConfig(attr) {
|
||||
function coerce(val) {
|
||||
// Getting an empty string will occur if the attribute is set on the HTML tag but without a value
|
||||
// We'll assume that this is an indication that it should be toggled to true
|
||||
// For example <script data-search-pseudo-elements src="..."></script>
|
||||
if (val === '') return true;
|
||||
if (val === 'false') return false;
|
||||
if (val === 'true') return true;
|
||||
@@ -1621,7 +1620,7 @@ var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMA
|
||||
mark: noop$1,
|
||||
measure: noop$1
|
||||
};
|
||||
var preamble = "FA \"6.0.0\"";
|
||||
var preamble = "FA \"6.1.1\"";
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Free 6.1.1 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 2022 Fonticons, Inc.
|
||||
*/
|
||||
@@ -366,7 +366,6 @@
|
||||
function coerce(val) {
|
||||
// Getting an empty string will occur if the attribute is set on the HTML tag but without a value
|
||||
// We'll assume that this is an indication that it should be toggled to true
|
||||
// For example <script data-search-pseudo-elements src="..."></script>
|
||||
if (val === '') return true;
|
||||
if (val === 'false') return false;
|
||||
if (val === 'true') return true;
|
||||
@@ -1627,7 +1626,7 @@
|
||||
mark: noop$1,
|
||||
measure: noop$1
|
||||
};
|
||||
var preamble = "FA \"6.0.0\"";
|
||||
var preamble = "FA \"6.1.1\"";
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||
|
||||
@@ -10,35 +10,9 @@
|
||||
],
|
||||
"homepage": "https://fontawesome.com",
|
||||
"bugs": {
|
||||
"url": "http://github.com/FortAwesome/Font-Awesome/issues"
|
||||
"url": "https://github.com/FortAwesome/Font-Awesome/issues"
|
||||
},
|
||||
"author": {
|
||||
"name": "Dave Gandy",
|
||||
"email": "dave@fontawesome.com",
|
||||
"web": "http://twitter.com/davegandy"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Brian Talbot",
|
||||
"web": "http://twitter.com/talbs"
|
||||
},
|
||||
{
|
||||
"name": "Travis Chase",
|
||||
"web": "http://twitter.com/supercodepoet"
|
||||
},
|
||||
{
|
||||
"name": "Rob Madole",
|
||||
"web": "http://twitter.com/robmadole"
|
||||
},
|
||||
{
|
||||
"name": "Geremia Taglialatela",
|
||||
"web": "http://twitter.com/gtagliala"
|
||||
},
|
||||
{
|
||||
"name": "Mike Wilkerson",
|
||||
"web": "http://twitter.com/mw77"
|
||||
}
|
||||
],
|
||||
"author": "The Font Awesome Team (https://github.com/orgs/FortAwesome/people)",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/FortAwesome/Font-Awesome"
|
||||
@@ -47,9 +21,9 @@
|
||||
"node": ">=6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-common-types": "^0.3.0"
|
||||
"@fortawesome/fontawesome-common-types": "6.1.1"
|
||||
},
|
||||
"version": "1.3.0",
|
||||
"version": "6.1.1",
|
||||
"name": "@fortawesome/fontawesome-svg-core",
|
||||
"main": "index.js",
|
||||
"module": "index.es.js",
|
||||
@@ -90,7 +64,8 @@
|
||||
},
|
||||
"sideEffects": [
|
||||
"./index.js",
|
||||
"./index.es.js"
|
||||
"./index.es.js",
|
||||
"./styles.css"
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
|
||||
@@ -433,7 +433,6 @@ function getAttrConfig(attr) {
|
||||
function coerce(val) {
|
||||
// Getting an empty string will occur if the attribute is set on the HTML tag but without a value
|
||||
// We'll assume that this is an indication that it should be toggled to true
|
||||
// For example <script data-search-pseudo-elements src="..."></script>
|
||||
if (val === '') return true;
|
||||
if (val === 'false') return false;
|
||||
if (val === 'true') return true;
|
||||
@@ -1616,7 +1615,7 @@ var p = config.measurePerformance && PERFORMANCE && PERFORMANCE.mark && PERFORMA
|
||||
mark: noop$1,
|
||||
measure: noop$1
|
||||
};
|
||||
var preamble = "FA \"6.0.0\"";
|
||||
var preamble = "FA \"6.1.1\"";
|
||||
|
||||
var begin = function begin(name) {
|
||||
p.mark("".concat(preamble, " ").concat(name, " begins"));
|
||||
|
||||
Reference in New Issue
Block a user