@lwc/style-compiler
Advanced tools
Comparing version 8.12.2 to 8.12.3
import type { Root, Result } from 'postcss'; | ||
export default function process(root: Root, result: Result, isScoped: boolean): void; | ||
//# sourceMappingURL=transform.d.ts.map |
import type { Root } from 'postcss-selector-parser'; | ||
export default function (root: Root): void; | ||
//# sourceMappingURL=transform.d.ts.map |
/** | ||
* Copyright (c) 2024 Salesforce, Inc. | ||
* Copyright (c) 2025 Salesforce, Inc. | ||
*/ | ||
@@ -807,3 +807,3 @@ 'use strict'; | ||
exports.transform = transform; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.3 */ | ||
//# sourceMappingURL=index.cjs.js.map |
export * from './transform'; | ||
//# sourceMappingURL=index.d.ts.map |
/** | ||
* Copyright (c) 2024 Salesforce, Inc. | ||
* Copyright (c) 2025 Salesforce, Inc. | ||
*/ | ||
@@ -803,3 +803,3 @@ import postcss from 'postcss'; | ||
export { transform }; | ||
/** version: 8.12.2 */ | ||
/** version: 8.12.3 */ | ||
//# sourceMappingURL=index.js.map |
import type { Root } from 'postcss-selector-parser'; | ||
export default function (root: Root): void; | ||
//# sourceMappingURL=validate.d.ts.map |
@@ -8,1 +8,2 @@ import type { APIVersion } from '@lwc/shared'; | ||
}): TransformCallback; | ||
//# sourceMappingURL=postcss-lwc-plugin.d.ts.map |
import type { Root } from 'postcss'; | ||
export default function process(root: Root): void; | ||
//# sourceMappingURL=transform.d.ts.map |
@@ -11,1 +11,2 @@ import type { Root } from 'postcss-selector-parser'; | ||
export default function transformSelector(root: Root, transformConfig: SelectorScopingConfig): void; | ||
//# sourceMappingURL=transform.d.ts.map |
import type { Root } from 'postcss-selector-parser'; | ||
export default function validate(root: Root, native: boolean): void; | ||
//# sourceMappingURL=validate.d.ts.map |
import type { Config } from './index'; | ||
import type { Result } from 'postcss'; | ||
export default function serialize(result: Result, config: Config): string; | ||
//# sourceMappingURL=serialize.d.ts.map |
@@ -38,1 +38,2 @@ /** Configuration options for CSS transforms. */ | ||
}; | ||
//# sourceMappingURL=transform.d.ts.map |
@@ -5,1 +5,2 @@ export declare const DIR_ATTRIBUTE_NATIVE_LTR = "__dirAttributeNativeLtr__"; | ||
export declare const DIR_ATTRIBUTE_SYNTHETIC_RTL = "__dirAttributeSyntheticRtl__"; | ||
//# sourceMappingURL=dir-pseudoclass.d.ts.map |
@@ -9,1 +9,2 @@ import type { Message } from 'postcss'; | ||
export {}; | ||
//# sourceMappingURL=message.d.ts.map |
import type { Node, Pseudo } from 'postcss-selector-parser'; | ||
export declare function isDirPseudoClass(node: Node): node is Pseudo; | ||
//# sourceMappingURL=rtl.d.ts.map |
@@ -5,1 +5,2 @@ import type { Node, Container } from 'postcss-selector-parser'; | ||
export declare function trimNodeWhitespaces(node: Node): void; | ||
//# sourceMappingURL=selector-parser.d.ts.map |
export declare const HOST_ATTRIBUTE = "__hostAttribute__"; | ||
export declare const SHADOW_ATTRIBUTE = "__shadowAttribute__"; | ||
//# sourceMappingURL=selectors-scoping.d.ts.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/style-compiler", | ||
"version": "8.12.2", | ||
"version": "8.12.3", | ||
"description": "Transform style sheet to be consumed by the LWC engine", | ||
@@ -33,3 +33,4 @@ "keywords": [ | ||
"files": [ | ||
"dist" | ||
"dist/**/*.js", | ||
"dist/**/*.d.ts" | ||
], | ||
@@ -50,3 +51,3 @@ "scripts": { | ||
"dependencies": { | ||
"@lwc/shared": "8.12.2", | ||
"@lwc/shared": "8.12.3", | ||
"postcss": "~8.4.49", | ||
@@ -53,0 +54,0 @@ "postcss-selector-parser": "~7.0.0", |
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
85881
20
+ Added@lwc/shared@8.12.3(transitive)
- Removed@lwc/shared@8.12.2(transitive)
Updated@lwc/shared@8.12.3