@lwc/synthetic-shadow 3.0.1 → 3.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/env/document.d.ts +2 -2
- package/dist/faux-shadow/legacy-shadow-token.d.ts +2 -0
- package/dist/faux-shadow/node.d.ts +0 -7
- package/dist/faux-shadow/shadow-root.d.ts +0 -7
- package/dist/index.cjs.js +79 -320
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.js +79 -320
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/polyfills/iframe-content-window/detect.d.ts +0 -1
- package/dist/polyfills/iframe-content-window/main.d.ts +0 -1
- package/dist/polyfills/iframe-content-window/patch.d.ts +0 -1
- package/dist/polyfills/window-event-target/detect.d.ts +0 -1
- package/dist/polyfills/window-event-target/main.d.ts +0 -1
- package/dist/polyfills/window-event-target/polyfill.d.ts +0 -1
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
|
5
5
|
],
|
6
6
|
"name": "@lwc/synthetic-shadow",
|
7
|
-
"version": "3.0.
|
7
|
+
"version": "3.0.3",
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -42,8 +42,8 @@
|
|
42
42
|
}
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@lwc/features": "3.0.
|
46
|
-
"@lwc/shared": "3.0.
|
45
|
+
"@lwc/features": "3.0.3",
|
46
|
+
"@lwc/shared": "3.0.3"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function detect(): boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function apply(): void;
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function detect(): boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function apply(): void;
|