Release 5.10.2 (#1428)

This commit is contained in:
Rob Madole
2019-08-22 15:34:36 -05:00
committed by GitHub
parent d02b4dd814
commit ad98aa363b
708 changed files with 6343 additions and 5674 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Font Awesome Pro 5.10.1 by @fontawesome - https://fontawesome.com
* Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
(function () {
@@ -1096,7 +1096,7 @@
mark: noop$1,
measure: noop$1
};
var preamble = "FA \"5.10.1\"";
var preamble = "FA \"5.10.2\"";
var begin = function begin(name) {
p.mark("".concat(preamble, " ").concat(name, " begins"));
@@ -2369,6 +2369,9 @@
});
};
var layer = function layer(assembler) {
var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
var _params$classes4 = params.classes,
classes = _params$classes4 === void 0 ? [] : _params$classes4;
return apiObject({
type: 'layer'
}, function () {
@@ -2382,7 +2385,7 @@
return [{
tag: 'span',
attributes: {
class: "".concat(config.familyPrefix, "-layers")
class: ["".concat(config.familyPrefix, "-layers")].concat(_toConsumableArray(classes)).join(' ')
},
children: children
}];