Skip to content

Commit a51adb4

Browse files
authored
Merge 25532f6 into 9cb4335
2 parents 9cb4335 + 25532f6 commit a51adb4

File tree

4 files changed

+9
-24
lines changed

4 files changed

+9
-24
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/chai": "^4.2.15",
5050
"@types/mocha": "^5.2.4",
5151
"@webcomponents/shadycss": "^1.10.2",
52-
"@webcomponents/webcomponentsjs": "^2.5.0",
52+
"@webcomponents/webcomponentsjs": "^2.6.0",
5353
"chai": "^4.3.3",
5454
"clang-format": "^1.5.0",
5555
"downlevel-dts": "^0.7.0",

src/env.d.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
interface ShadyCSS {
2-
styleElement(host: Element, overrideProps?: {[key: string]: string}): void;
3-
getComputedStyleValue(element: Element, property: string): string;
4-
ScopingShim: undefined|{
5-
prepareAdoptedCssText(cssText: string[], name: string): void;
6-
};
7-
nativeShadow: boolean;
8-
}
9-
10-
interface ShadyDOM {
11-
inUse: boolean;
12-
flush: () => void;
13-
}
14-
151
interface Window {
16-
ShadyCSS?: ShadyCSS;
17-
ShadyDOM?: ShadyDOM;
182
ShadowRoot: typeof ShadowRoot;
193
}
204

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"include": [
2424
"custom_typings/**/*.ts",
25+
"node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts",
2526
"src/**/*.ts"
2627
],
2728
"exclude": []

0 commit comments

Comments
 (0)