Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
This commit is contained in:
TypeScript Bot 2024-08-14 03:37:05 -07:00 ΠΊΠΎΠΌΠΌΠΈΡ‚ ΠΏΡ€ΠΎΠΈΠ·Π²Ρ‘Π» GitHub
Π ΠΎΠ΄ΠΈΡ‚Π΅Π»ΡŒ 1d592b48cc
ΠšΠΎΠΌΠΌΠΈΡ‚ 9b597c19bc
НС Π½Π°ΠΉΠ΄Π΅Π½ ΠΊΠ»ΡŽΡ‡, ΡΠΎΠΎΡ‚Π²Π΅Ρ‚ΡΡ‚Π²ΡƒΡŽΡ‰ΠΈΠΉ Π΄Π°Π½Π½ΠΎΠΉ подписи
Π˜Π΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ ΠΊΠ»ΡŽΡ‡Π° GPG: B5690EEEBB952194
3 ΠΈΠ·ΠΌΠ΅Π½Ρ‘Π½Π½Ρ‹Ρ… Ρ„Π°ΠΉΠ»ΠΎΠ²: 21 Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΉ ΠΈ 3 ΡƒΠ΄Π°Π»Π΅Π½ΠΈΠΉ

9
baselines/dom.generated.d.ts поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -4102,11 +4102,13 @@ interface CSSStyleDeclaration {
clip: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
clipPath: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
clipRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
color: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
colorInterpolation: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
colorInterpolationFilters: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
colorScheme: string;
@ -4176,8 +4178,11 @@ interface CSSStyleDeclaration {
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
fill: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
fillOpacity: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
fillRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
filter: string;
@ -4602,7 +4607,9 @@ interface CSSStyleDeclaration {
shapeOutside: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
shapeRendering: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
stopColor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
stopOpacity: string;
stroke: string;
strokeDasharray: string;
@ -5125,7 +5132,9 @@ interface CSSStyleDeclaration {
wordWrap: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
writingMode: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
x: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
y: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
zIndex: string;

9
baselines/ts5.5/dom.generated.d.ts поставляСмый
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -4102,11 +4102,13 @@ interface CSSStyleDeclaration {
clip: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-path) */
clipPath: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/clip-rule) */
clipRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color) */
color: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation) */
colorInterpolation: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-interpolation-filters) */
colorInterpolationFilters: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/color-scheme) */
colorScheme: string;
@ -4176,8 +4178,11 @@ interface CSSStyleDeclaration {
dominantBaseline: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/empty-cells) */
emptyCells: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill) */
fill: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-opacity) */
fillOpacity: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/fill-rule) */
fillRule: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/filter) */
filter: string;
@ -4602,7 +4607,9 @@ interface CSSStyleDeclaration {
shapeOutside: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-rendering) */
shapeRendering: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-color) */
stopColor: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/stop-opacity) */
stopOpacity: string;
stroke: string;
strokeDasharray: string;
@ -5125,7 +5132,9 @@ interface CSSStyleDeclaration {
wordWrap: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
writingMode: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/x) */
x: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/y) */
y: string;
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
zIndex: string;

6
package-lock.json сгСнСрированный
ΠŸΡ€ΠΎΡΠΌΠΎΡ‚Ρ€Π΅Ρ‚ΡŒ Ρ„Π°ΠΉΠ»

@ -276,9 +276,9 @@
}
},
"node_modules/@mdn/browser-compat-data": {
"version": "5.5.45",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.45.tgz",
"integrity": "sha512-ZSQFGihUPlFxG2S9sUWS2tjDKQNTVVEgN62Au5yFcnbYsC183T1JrLz6I5H467Hw8WMCjwRuOEFQSpBW6IvZCg==",
"version": "5.5.46",
"resolved": "https://registry.npmjs.org/@mdn/browser-compat-data/-/browser-compat-data-5.5.46.tgz",
"integrity": "sha512-FTcBvYkPLJWfWjfAYTKUyY+cRW6pB7DDOAqZnN7Q10kYNHYK8FefKGLhsM1jcWlmXb+ClSxpF77jr5fzUZaJbw==",
"dev": true,
"license": "CC0-1.0"
},