File tree Expand file tree Collapse file tree 6 files changed +40
-24
lines changed
Expand file tree Collapse file tree 6 files changed +40
-24
lines changed Original file line number Diff line number Diff line change @@ -5301,15 +5301,19 @@ declare var FocusEvent: {
53015301};
53025302
53035303interface FontFace {
5304+ ascentOverride: string;
5305+ descentOverride: string;
53045306 display: string;
53055307 family: string;
53065308 featureSettings: string;
5309+ lineGapOverride: string;
53075310 readonly loaded: Promise<FontFace>;
53085311 readonly status: FontFaceLoadStatus;
53095312 stretch: string;
53105313 style: string;
53115314 unicodeRange: string;
53125315 variant: string;
5316+ variationSettings: string;
53135317 weight: string;
53145318 load(): Promise<FontFace>;
53155319}
Original file line number Diff line number Diff line change @@ -1502,15 +1502,19 @@ declare var FileReader: {
15021502} ;
15031503
15041504interface FontFace {
1505+ ascentOverride : string ;
1506+ descentOverride : string ;
15051507 display : string ;
15061508 family : string ;
15071509 featureSettings : string ;
1510+ lineGapOverride : string ;
15081511 readonly loaded : Promise < FontFace > ;
15091512 readonly status : FontFaceLoadStatus ;
15101513 stretch : string ;
15111514 style : string ;
15121515 unicodeRange : string ;
15131516 variant : string ;
1517+ variationSettings : string ;
15141518 weight : string ;
15151519 load ( ) : Promise < FontFace > ;
15161520}
Original file line number Diff line number Diff line change @@ -1423,15 +1423,19 @@ declare var FileReaderSync: {
14231423} ;
14241424
14251425interface FontFace {
1426+ ascentOverride : string ;
1427+ descentOverride : string ;
14261428 display : string ;
14271429 family : string ;
14281430 featureSettings : string ;
1431+ lineGapOverride : string ;
14291432 readonly loaded : Promise < FontFace > ;
14301433 readonly status : FontFaceLoadStatus ;
14311434 stretch : string ;
14321435 style : string ;
14331436 unicodeRange : string ;
14341437 variant : string ;
1438+ variationSettings : string ;
14351439 weight : string ;
14361440 load ( ) : Promise < FontFace > ;
14371441}
Original file line number Diff line number Diff line change @@ -1560,15 +1560,19 @@ declare var FileReaderSync: {
15601560} ;
15611561
15621562interface FontFace {
1563+ ascentOverride : string ;
1564+ descentOverride : string ;
15631565 display : string ;
15641566 family : string ;
15651567 featureSettings : string ;
1568+ lineGapOverride : string ;
15661569 readonly loaded : Promise < FontFace > ;
15671570 readonly status : FontFaceLoadStatus ;
15681571 stretch : string ;
15691572 style : string ;
15701573 unicodeRange : string ;
15711574 variant : string ;
1575+ variationSettings : string ;
15721576 weight : string ;
15731577 load ( ) : Promise < FontFace > ;
15741578}
Original file line number Diff line number Diff line change 3333 "license" : " Apache-2.0" ,
3434 "type" : " module" ,
3535 "devDependencies" : {
36- "@mdn/browser-compat-data" : " 3.3.7 " ,
36+ "@mdn/browser-compat-data" : " 3.3.8 " ,
3737 "@types/jsdom" : " ^16.2.11" ,
38- "@types/node" : " ^15.12.2 " ,
38+ "@types/node" : " ^15.12.3 " ,
3939 "@types/node-fetch" : " ^2.5.10" ,
4040 "@types/webidl2" : " ^23.13.5" ,
4141 "@typescript-eslint/eslint-plugin" : " ^4.27.0" ,
5252 "prettier" : " ^2.3.1" ,
5353 "print-diff" : " ^1.0.0" ,
5454 "styleless-innertext" : " ^1.1.3" ,
55- "typescript" : " ^4.3.3 " ,
55+ "typescript" : " ^4.3.4 " ,
5656 "webidl2" : " ^24.1.1"
5757 },
5858 "files" : [
You can’t perform that action at this time.
0 commit comments