Skip to content

Commit 409a010

Browse files
authored
1 parent 2c6b887 commit 409a010

File tree

3 files changed

+24
-25
lines changed

3 files changed

+24
-25
lines changed

baselines/dom.generated.d.ts

+8-5
Original file line numberDiff line numberDiff line change
@@ -2780,11 +2780,14 @@ interface CSSStyleDeclaration {
27802780
gridAutoRows: string;
27812781
gridColumn: string;
27822782
gridColumnEnd: string;
2783+
/** @deprecated This is a legacy alias of `columnGap`. */
27832784
gridColumnGap: string;
27842785
gridColumnStart: string;
2786+
/** @deprecated This is a legacy alias of `gap`. */
27852787
gridGap: string;
27862788
gridRow: string;
27872789
gridRowEnd: string;
2790+
/** @deprecated This is a legacy alias of `rowGap`. */
27882791
gridRowGap: string;
27892792
gridRowStart: string;
27902793
gridTemplate: string;
@@ -3023,15 +3026,15 @@ interface CSSStyleDeclaration {
30233026
webkitBorderTopLeftRadius: string;
30243027
/** @deprecated This is a legacy alias of `borderTopRightRadius`. */
30253028
webkitBorderTopRightRadius: string;
3026-
/** @deprecated */
3029+
/** @deprecated This is a legacy alias of `boxAlign`. */
30273030
webkitBoxAlign: string;
3028-
/** @deprecated */
3031+
/** @deprecated This is a legacy alias of `boxFlex`. */
30293032
webkitBoxFlex: string;
3030-
/** @deprecated */
3033+
/** @deprecated This is a legacy alias of `boxOrdinalGroup`. */
30313034
webkitBoxOrdinalGroup: string;
3032-
/** @deprecated */
3035+
/** @deprecated This is a legacy alias of `boxOrient`. */
30333036
webkitBoxOrient: string;
3034-
/** @deprecated */
3037+
/** @deprecated This is a legacy alias of `boxPack`. */
30353038
webkitBoxPack: string;
30363039
/** @deprecated This is a legacy alias of `boxShadow`. */
30373040
webkitBoxShadow: string;

package-lock.json

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

src/build/bcd/keep-alive.ts

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ export const forceKeepAlive: Record<string, string[]> = {
1414
"floodColor",
1515
"floodOpacity",
1616
"fontSizeAdjust",
17-
"gridColumnGap",
18-
"gridGap",
19-
"gridRowGap",
2017
"lightingColor",
2118
"marker",
2219
"markerEnd",

0 commit comments

Comments
 (0)