Skip to content

Commit 21cac7e

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 29516b1 commit 21cac7e

File tree

6 files changed

+21
-17
lines changed

6 files changed

+21
-17
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8385,7 +8385,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83858385
*/
83868386
scrollMarginTop: string;
83878387
/**
8388-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8388+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83898389
*
83908390
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83918391
*/
@@ -42383,6 +42383,7 @@ interface SVGElementTagNameMap {
4238342383
}
4238442384

4238542385
interface MathMLElementTagNameMap {
42386+
"a": MathMLElement;
4238642387
"annotation": MathMLElement;
4238742388
"annotation-xml": MathMLElement;
4238842389
"maction": MathMLElement;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8375,7 +8375,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83758375
*/
83768376
scrollMarginTop: string;
83778377
/**
8378-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8378+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83798379
*
83808380
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83818381
*/
@@ -42357,6 +42357,7 @@ interface SVGElementTagNameMap {
4235742357
}
4235842358

4235942359
interface MathMLElementTagNameMap {
42360+
"a": MathMLElement;
4236042361
"annotation": MathMLElement;
4236142362
"annotation-xml": MathMLElement;
4236242363
"maction": MathMLElement;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8382,7 +8382,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83828382
*/
83838383
scrollMarginTop: string;
83848384
/**
8385-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8385+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83868386
*
83878387
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83888388
*/
@@ -42380,6 +42380,7 @@ interface SVGElementTagNameMap {
4238042380
}
4238142381

4238242382
interface MathMLElementTagNameMap {
42383+
"a": MathMLElement;
4238342384
"annotation": MathMLElement;
4238442385
"annotation-xml": MathMLElement;
4238542386
"maction": MathMLElement;

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8382,7 +8382,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83828382
*/
83838383
scrollMarginTop: string;
83848384
/**
8385-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8385+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83868386
*
83878387
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83888388
*/
@@ -42380,6 +42380,7 @@ interface SVGElementTagNameMap {
4238042380
}
4238142381

4238242382
interface MathMLElementTagNameMap {
42383+
"a": MathMLElement;
4238342384
"annotation": MathMLElement;
4238442385
"annotation-xml": MathMLElement;
4238542386
"maction": MathMLElement;

inputfiles/mdn.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41507,7 +41507,7 @@
4150741507
{
4150841508
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding",
4150941509
"pageType": "css-shorthand-property",
41510-
"summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element."
41510+
"summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container."
4151141511
},
4151241512
{
4151341513
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-block",

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)