Skip to content

Commit 337cd07

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent a6b3cfd commit 337cd07

File tree

5 files changed

+25
-25
lines changed

5 files changed

+25
-25
lines changed

baselines/dom.generated.d.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: {
2097720977
};
2097820978

2097920979
/**
20980-
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
20980+
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
2098120981
*
2098220982
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
2098320983
*/
@@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: {
2099420994
};
2099520995

2099620996
/**
20997-
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
20997+
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
2099820998
*
2099920999
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
2100021000
*/
@@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: {
2102821028
};
2102921029

2103021030
/**
21031-
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
21031+
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
2103221032
*
2103321033
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
2103421034
*/
@@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: {
2106221062
};
2106321063

2106421064
/**
21065-
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
21065+
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
2106621066
*
2106721067
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
2106821068
*/
@@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: {
2117121171
};
2117221172

2117321173
/**
21174-
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
21174+
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
2117521175
*
2117621176
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
2117721177
*/
@@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: {
2126521265
};
2126621266

2126721267
/**
21268-
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
21268+
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
2126921269
*
2127021270
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
2127121271
*/
@@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: {
2268322683
};
2268422684

2268522685
/**
22686-
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
22686+
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
2268722687
*
2268822688
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
2268922689
*/

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -20956,7 +20956,7 @@ declare var SVGAnimateTransformElement: {
2095620956
};
2095720957

2095820958
/**
20959-
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
20959+
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
2096020960
*
2096120961
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
2096220962
*/
@@ -20973,7 +20973,7 @@ declare var SVGAnimatedAngle: {
2097320973
};
2097420974

2097520975
/**
20976-
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
20976+
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
2097720977
*
2097820978
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
2097920979
*/
@@ -21007,7 +21007,7 @@ declare var SVGAnimatedEnumeration: {
2100721007
};
2100821008

2100921009
/**
21010-
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
21010+
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
2101121011
*
2101221012
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
2101321013
*/
@@ -21041,7 +21041,7 @@ declare var SVGAnimatedLength: {
2104121041
};
2104221042

2104321043
/**
21044-
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
21044+
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
2104521045
*
2104621046
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
2104721047
*/
@@ -21150,7 +21150,7 @@ declare var SVGAnimatedString: {
2115021150
};
2115121151

2115221152
/**
21153-
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
21153+
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
2115421154
*
2115521155
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
2115621156
*/
@@ -21244,7 +21244,7 @@ declare var SVGClipPathElement: {
2124421244
};
2124521245

2124621246
/**
21247-
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
21247+
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
2124821248
*
2124921249
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
2125021250
*/
@@ -22662,7 +22662,7 @@ declare var SVGPolylineElement: {
2266222662
};
2266322663

2266422664
/**
22665-
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
22665+
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
2266622666
*
2266722667
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
2266822668
*/

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: {
2097720977
};
2097820978

2097920979
/**
20980-
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
20980+
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
2098120981
*
2098220982
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
2098320983
*/
@@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: {
2099420994
};
2099520995

2099620996
/**
20997-
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
20997+
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
2099820998
*
2099920999
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
2100021000
*/
@@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: {
2102821028
};
2102921029

2103021030
/**
21031-
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
21031+
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
2103221032
*
2103321033
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
2103421034
*/
@@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: {
2106221062
};
2106321063

2106421064
/**
21065-
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
21065+
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
2106621066
*
2106721067
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
2106821068
*/
@@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: {
2117121171
};
2117221172

2117321173
/**
21174-
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
21174+
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
2117521175
*
2117621176
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
2117721177
*/
@@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: {
2126521265
};
2126621266

2126721267
/**
21268-
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
21268+
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
2126921269
*
2127021270
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
2127121271
*/
@@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: {
2268322683
};
2268422684

2268522685
/**
22686-
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
22686+
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
2268722687
*
2268822688
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
2268922689
*/

inputfiles/mdn

Submodule mdn updated 533 files

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)