@lwc/synthetic-shadow 2.6.2 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/synthetic-shadow.js +9 -3
- package/package.json +4 -4
package/dist/synthetic-shadow.js
CHANGED
|
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
|
|
197
|
-
/** version: 2.
|
|
197
|
+
/** version: 2.7.0 */
|
|
198
198
|
|
|
199
199
|
/*
|
|
200
200
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -1523,7 +1523,7 @@ if (!_globalThis.lwcRuntimeFlags) {
|
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
1525
|
const runtimeFlags = _globalThis.lwcRuntimeFlags;
|
|
1526
|
-
/** version: 2.
|
|
1526
|
+
/** version: 2.7.0 */
|
|
1527
1527
|
|
|
1528
1528
|
/*
|
|
1529
1529
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -2143,6 +2143,12 @@ const SyntheticShadowRootDescriptors = {
|
|
|
2143
2143
|
return `[object ShadowRoot]`;
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
|
+
},
|
|
2147
|
+
synthetic: {
|
|
2148
|
+
writable: false,
|
|
2149
|
+
enumerable: false,
|
|
2150
|
+
configurable: false,
|
|
2151
|
+
value: true
|
|
2146
2152
|
}
|
|
2147
2153
|
};
|
|
2148
2154
|
const ShadowRootDescriptors = {
|
|
@@ -5650,4 +5656,4 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
5650
5656
|
|
|
5651
5657
|
configurable: true
|
|
5652
5658
|
});
|
|
5653
|
-
/** version: 2.
|
|
5659
|
+
/** version: 2.7.0 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lwc/synthetic-shadow",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"description": "Synthetic Shadow Root for LWC",
|
|
5
5
|
"homepage": "https://lwc.dev/",
|
|
6
6
|
"repository": {
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@lwc/features": "2.
|
|
40
|
-
"@lwc/shared": "2.
|
|
39
|
+
"@lwc/features": "2.7.0",
|
|
40
|
+
"@lwc/shared": "2.7.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "656663a9f95f90bd648c6fc2200201afc0156393"
|
|
43
43
|
}
|