Release 5.12.1 (#1474)
This commit is contained in:
10
js/fontawesome.min.js
vendored
10
js/fontawesome.min.js
vendored
@@ -1,5 +1,5 @@
|
||||
/*!
|
||||
* Font Awesome Pro 5.12.0 by @fontawesome - https://fontawesome.com
|
||||
* Font Awesome Pro 5.12.1 by @fontawesome - https://fontawesome.com
|
||||
* License - https://fontawesome.com/license (Commercial License)
|
||||
*/
|
||||
!function() {
|
||||
@@ -509,7 +509,7 @@
|
||||
var Rt = function() {}, Tt = J.measurePerformance && f && f.mark && f.measure ? f : {
|
||||
mark: Rt,
|
||||
measure: Rt
|
||||
}, _t = 'FA "5.12.0"', It = function(t) {
|
||||
}, _t = 'FA "5.12.1"', It = function(t) {
|
||||
Tt.mark("".concat(_t, " ").concat(t, " ends")), Tt.measure("".concat(_t, " ").concat(t), "".concat(_t, " ").concat(t, " begins"), "".concat(_t, " ").concat(t, " ends"));
|
||||
}, Dt = {
|
||||
begin: function(t) {
|
||||
@@ -941,10 +941,10 @@
|
||||
if (null !== d.getAttribute(h)) return a();
|
||||
var n = At(d.children).filter(function(t) {
|
||||
return t.getAttribute(w) === p;
|
||||
})[0], e = g.getComputedStyle(d, p), r = e.getPropertyValue("font-family").match(L), i = e.getPropertyValue("font-weight");
|
||||
})[0], e = g.getComputedStyle(d, p), r = e.getPropertyValue("font-family").match(L), i = e.getPropertyValue("font-weight"), o = e.getPropertyValue("content");
|
||||
if (n && !r) return d.removeChild(n), a();
|
||||
if (r) {
|
||||
var o = e.getPropertyValue("content"), c = ~[ "Solid", "Regular", "Light", "Duotone", "Brands" ].indexOf(r[1]) ? E[r[1].toLowerCase()] : R[i], s = Ft(3 === o.length ? o.substr(1, 1) : o), l = Vt(c, s), f = l;
|
||||
if (r && "none" !== o && "" !== o) {
|
||||
var c = ~[ "Solid", "Regular", "Light", "Duotone", "Brands" ].indexOf(r[1]) ? E[r[1].toLowerCase()] : R[i], s = Ft(3 === o.length ? o.substr(1, 1) : o), l = Vt(c, s), f = l;
|
||||
if (!l || n && n.getAttribute(C) === c && n.getAttribute(M) === f) a(); else {
|
||||
d.setAttribute(h, f), n && d.removeChild(n);
|
||||
var u = {
|
||||
|
||||
Reference in New Issue
Block a user