@lwc/synthetic-shadow 3.1.2 → 3.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/env/shadow-root.d.ts +0 -1
- package/dist/env/slot.d.ts +2 -2
- package/dist/index.cjs.js +17 -271
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.js +17 -271
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/polyfills/HTMLSlotElement/detect.d.ts +0 -1
- package/dist/polyfills/HTMLSlotElement/main.d.ts +0 -1
- package/dist/polyfills/HTMLSlotElement/polyfill.d.ts +0 -1
- package/dist/polyfills/click-event-composed/detect.d.ts +0 -1
- package/dist/polyfills/click-event-composed/main.d.ts +0 -1
- package/dist/polyfills/click-event-composed/polyfill.d.ts +0 -1
- package/dist/polyfills/event-composed/detect.d.ts +0 -1
- package/dist/polyfills/event-composed/main.d.ts +0 -1
- package/dist/polyfills/event-composed/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.
|
7
|
+
"version": "3.2.0",
|
8
8
|
"description": "Synthetic Shadow Root for LWC",
|
9
9
|
"keywords": [
|
10
10
|
"lwc"
|
@@ -36,14 +36,14 @@
|
|
36
36
|
"targets": {
|
37
37
|
"build": {
|
38
38
|
"outputs": [
|
39
|
-
"
|
39
|
+
"{projectRoot}/dist"
|
40
40
|
]
|
41
41
|
}
|
42
42
|
}
|
43
43
|
},
|
44
44
|
"devDependencies": {
|
45
|
-
"@lwc/features": "3.
|
46
|
-
"@lwc/shared": "3.
|
45
|
+
"@lwc/features": "3.2.0",
|
46
|
+
"@lwc/shared": "3.2.0"
|
47
47
|
},
|
48
48
|
"lwc": {
|
49
49
|
"modules": [
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function (): 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;
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function detect(): boolean;
|
@@ -1 +0,0 @@
|
|
1
|
-
export {};
|
@@ -1 +0,0 @@
|
|
1
|
-
export default function apply(): void;
|