@lwc/synthetic-shadow 5.2.1 → 5.3.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/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -119,7 +119,7 @@ const KEY__LEGACY_SHADOW_TOKEN_PRIVATE = '$$LegacyShadowTokenKey$$';
|
|
|
119
119
|
const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
|
|
120
120
|
const KEY__NATIVE_GET_ELEMENT_BY_ID = '$nativeGetElementById$';
|
|
121
121
|
const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
122
|
-
/** version: 5.
|
|
122
|
+
/** version: 5.3.0 */
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
125
|
* Copyright (C) 2023 salesforce.com, inc.
|
|
@@ -128,7 +128,7 @@ const KEY__NATIVE_QUERY_SELECTOR_ALL = '$nativeQuerySelectorAll$';
|
|
|
128
128
|
if (!_globalThis.lwcRuntimeFlags) {
|
|
129
129
|
Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
|
|
130
130
|
}
|
|
131
|
-
/** version: 5.
|
|
131
|
+
/** version: 5.3.0 */
|
|
132
132
|
|
|
133
133
|
/*
|
|
134
134
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -4264,6 +4264,6 @@ defineProperty(Element.prototype, '$domManual$', {
|
|
|
4264
4264
|
},
|
|
4265
4265
|
configurable: true,
|
|
4266
4266
|
});
|
|
4267
|
-
/** version: 5.
|
|
4267
|
+
/** version: 5.3.0 */
|
|
4268
4268
|
}
|
|
4269
4269
|
//# sourceMappingURL=index.cjs.js.map
|