@lwc/style-compiler
Advanced tools
Comparing version 8.6.0 to 8.7.0
@@ -120,2 +120,6 @@ /** | ||
} | ||
if (disableSyntheticShadow) { | ||
// Mark the stylesheet as $nativeOnly$ so it can be ignored in synthetic shadow mode | ||
buffer += `${STYLESHEET_IDENTIFIER}.${shared.KEY__NATIVE_ONLY_CSS} = true;\n`; | ||
} | ||
// add import at the end | ||
@@ -781,3 +785,3 @@ stylesheetList.push(STYLESHEET_IDENTIFIER); | ||
exports.transform = transform; | ||
/** version: 8.6.0 */ | ||
/** version: 8.7.0 */ | ||
//# sourceMappingURL=index.cjs.js.map |
@@ -5,3 +5,3 @@ /** | ||
import postcss from 'postcss'; | ||
import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, getAPIVersionFromNumber } from '@lwc/shared'; | ||
import { LWC_VERSION_COMMENT, KEY__SCOPED_CSS, KEY__NATIVE_ONLY_CSS, getAPIVersionFromNumber } from '@lwc/shared'; | ||
import postCssSelector, { isPseudoClass, isCombinator, isPseudoElement, attribute, combinator } from 'postcss-selector-parser'; | ||
@@ -117,2 +117,6 @@ import valueParser from 'postcss-value-parser'; | ||
} | ||
if (disableSyntheticShadow) { | ||
// Mark the stylesheet as $nativeOnly$ so it can be ignored in synthetic shadow mode | ||
buffer += `${STYLESHEET_IDENTIFIER}.${KEY__NATIVE_ONLY_CSS} = true;\n`; | ||
} | ||
// add import at the end | ||
@@ -778,3 +782,3 @@ stylesheetList.push(STYLESHEET_IDENTIFIER); | ||
export { transform }; | ||
/** version: 8.6.0 */ | ||
/** version: 8.7.0 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/style-compiler", | ||
"version": "8.6.0", | ||
"version": "8.7.0", | ||
"description": "Transform style sheet to be consumed by the LWC engine", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lwc/shared": "8.6.0", | ||
"@lwc/shared": "8.7.0", | ||
"postcss": "~8.4.47", | ||
@@ -49,0 +49,0 @@ "postcss-selector-parser": "~7.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122795
1617
+ Added@lwc/shared@8.7.0(transitive)
- Removed@lwc/shared@8.6.0(transitive)
Updated@lwc/shared@8.7.0