Release 5.7.0 (#1307)
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user