@lwc/template-compiler 8.7.0 → 8.8.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 +2 -2
- 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
|
@@ -13094,7 +13094,7 @@ function serializeAttrs(element, codeGen) {
|
|
|
13094
13094
|
v = String(v.toLowerCase() !== 'false');
|
|
13095
13095
|
}
|
|
13096
13096
|
if (name === 'style' && !hasExpression) {
|
|
13097
|
-
v = shared.
|
|
13097
|
+
v = shared.normalizeStyleAttributeValue(v);
|
|
13098
13098
|
if (v === '') {
|
|
13099
13099
|
// Do not serialize empty style attribute (consistent with non-static optimized)
|
|
13100
13100
|
return;
|
|
@@ -14705,5 +14705,5 @@ exports.generateScopeTokens = generateScopeTokens;
|
|
|
14705
14705
|
exports.kebabcaseToCamelcase = kebabcaseToCamelcase;
|
|
14706
14706
|
exports.parse = parse;
|
|
14707
14707
|
exports.toPropertyName = toPropertyName;
|
|
14708
|
-
/** version: 8.
|
|
14708
|
+
/** version: 8.8.0 */
|
|
14709
14709
|
//# sourceMappingURL=index.cjs.js.map
|