Skip to content

Commit 97c3cf2

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 9e25caf commit 97c3cf2

14 files changed

+79
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
textAutospace: string;
68546855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856
textBox: string;
68566857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407
*/
1240712408
unicodeRange: string;
12409+
/**
12410+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411+
*
12412+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413+
*/
12414+
variationSettings: string;
1240812415
/**
1240912416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417
*

baselines/serviceworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

baselines/sharedworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

baselines/ts5.5/dom.generated.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68446844
textAlignLast: string;
68456845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68466846
textAnchor: string;
6847+
textAutospace: string;
68476848
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68486849
textBox: string;
68496850
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12394,6 +12395,12 @@ interface FontFace {
1239412395
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1239512396
*/
1239612397
unicodeRange: string;
12398+
/**
12399+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12400+
*
12401+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12402+
*/
12403+
variationSettings: string;
1239712404
/**
1239812405
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1239912406
*

baselines/ts5.5/serviceworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4658,6 +4658,12 @@ interface FontFace {
46584658
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
46594659
*/
46604660
unicodeRange: string;
4661+
/**
4662+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
4663+
*
4664+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
4665+
*/
4666+
variationSettings: string;
46614667
/**
46624668
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
46634669
*

baselines/ts5.6/dom.generated.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851
textAlignLast: string;
68526852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853
textAnchor: string;
6854+
textAutospace: string;
68546855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856
textBox: string;
68566857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407
*/
1240712408
unicodeRange: string;
12409+
/**
12410+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411+
*
12412+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413+
*/
12414+
variationSettings: string;
1240812415
/**
1240912416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417
*

baselines/ts5.6/serviceworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3966,6 +3966,12 @@ interface FontFace {
39663966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967
*/
39683968
unicodeRange: string;
3969+
/**
3970+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971+
*
3972+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973+
*/
3974+
variationSettings: string;
39693975
/**
39703976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977
*

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3649,6 +3649,12 @@ interface FontFace {
36493649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650
*/
36513651
unicodeRange: string;
3652+
/**
3653+
* The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654+
*
3655+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656+
*/
3657+
variationSettings: string;
36523658
/**
36533659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660
*

0 commit comments

Comments
 (0)