Release 5.7.0 (#1307)

This commit is contained in:
Rob Madole
2019-01-28 13:58:18 -06:00
committed by GitHub
parent 687bb86a30
commit 02da6fc9a0
1884 changed files with 98435 additions and 43475 deletions

View File

@@ -101,7 +101,7 @@ export interface IconParams extends Params {
mask?: IconLookup;
}
export interface DOM {
i2svg(params?: { node: Node; callback: () => void }): void;
i2svg(params?: { node: Node; callback: () => void }): Promise<void>;
css(): string;
insertCss(): string;
watch(): void;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -47,9 +47,9 @@
"node": ">=6"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.12"
"@fortawesome/fontawesome-common-types": "^0.2.13"
},
"version": "1.2.12",
"version": "1.2.13",
"name": "@fortawesome/fontawesome-svg-core",
"main": "index.js",
"module": "index.es.js",

View File

@@ -283,7 +283,7 @@ svg:not(:root).svg-inline--fa {
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-horizontal.fa-flip-vertical {
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
@@ -292,7 +292,8 @@ svg:not(:root).svg-inline--fa {
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }