@lwc/engine-core 3.1.1 → 3.1.2
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -3153,7 +3153,8 @@ function evaluateStylesheetsContent(stylesheets, stylesheetToken, vm) {
|
|
|
3153
3153
|
if (lwcRuntimeFlags.DISABLE_LIGHT_DOM_UNSCOPED_CSS &&
|
|
3154
3154
|
!isScopedCss &&
|
|
3155
3155
|
vm.renderMode === 0 /* RenderMode.Light */) {
|
|
3156
|
-
logError('Unscoped CSS is not supported in Light DOM. Please use scoped CSS
|
|
3156
|
+
logError('Unscoped CSS is not supported in Light DOM in this environment. Please use scoped CSS ' +
|
|
3157
|
+
'(*.scoped.css) instead of unscoped CSS (*.css). See also: https://sfdc.co/scoped-styles-light-dom');
|
|
3157
3158
|
continue;
|
|
3158
3159
|
}
|
|
3159
3160
|
// Apply the scope token only if the stylesheet itself is scoped, or if we're rendering synthetic shadow.
|
|
@@ -6887,5 +6888,5 @@ function readonly(obj) {
|
|
|
6887
6888
|
}
|
|
6888
6889
|
|
|
6889
6890
|
export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentAPIVersion, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
|
|
6890
|
-
/** version: 3.1.
|
|
6891
|
+
/** version: 3.1.2 */
|
|
6891
6892
|
//# sourceMappingURL=index.js.map
|