Skip to content

Commit 8246ebe

Browse files
TypeScript Botsaschanaz
andauthored
🤖 Update core dependencies (#1472)
Co-authored-by: saschanaz <[email protected]>
1 parent 7495d3e commit 8246ebe

File tree

2 files changed

+40
-39
lines changed

2 files changed

+40
-39
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,6 @@ interface ARIAMixin {
20052005
ariaChecked: string | null;
20062006
ariaColCount: string | null;
20072007
ariaColIndex: string | null;
2008-
ariaColIndexText: string | null;
20092008
ariaColSpan: string | null;
20102009
ariaCurrent: string | null;
20112010
ariaDisabled: string | null;
@@ -2029,7 +2028,6 @@ interface ARIAMixin {
20292028
ariaRoleDescription: string | null;
20302029
ariaRowCount: string | null;
20312030
ariaRowIndex: string | null;
2032-
ariaRowIndexText: string | null;
20332031
ariaRowSpan: string | null;
20342032
ariaSelected: string | null;
20352033
ariaSetSize: string | null;
@@ -3000,6 +2998,7 @@ interface CSSStyleDeclaration {
30002998
containerName: string;
30012999
containerType: string;
30023000
content: string;
3001+
contentVisibility: string;
30033002
counterIncrement: string;
30043003
counterReset: string;
30053004
counterSet: string;
@@ -3119,6 +3118,7 @@ interface CSSStyleDeclaration {
31193118
maskRepeat: string;
31203119
maskSize: string;
31213120
maskType: string;
3121+
mathStyle: string;
31223122
maxBlockSize: string;
31233123
maxHeight: string;
31243124
maxInlineSize: string;
@@ -3772,6 +3772,7 @@ declare var ClipboardEvent: {
37723772

37733773
/** Available only in secure contexts. */
37743774
interface ClipboardItem {
3775+
readonly presentationStyle: PresentationStyle;
37753776
readonly types: ReadonlyArray<string>;
37763777
getType(type: string): Promise<Blob>;
37773778
}

package-lock.json

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

0 commit comments

Comments
 (0)