@animus-ui/extract 0.1.0-next.39 → 0.1.0-next.44
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.
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
* Overrides hardcoded import paths in generated source. When `None`, defaults to
|
|
17
17
|
* `@animus-ui/system` and `virtual:animus/styles.css`.
|
|
18
18
|
*/
|
|
19
|
-
export declare function analyzeProject(fileEntriesJson: string, themeJson: string, variableMapJson: string, contextualVarsJson: string | undefined | null, configJson: string, groupRegistryJson: string, packageResolutionJson: string, devMode?: boolean | undefined | null, prefix?: string | undefined | null, emitterConfigJson?: string | undefined | null): string
|
|
19
|
+
export declare function analyzeProject(fileEntriesJson: string, themeJson: string, variableMapJson: string, contextualVarsJson: string | undefined | null, configJson: string, groupRegistryJson: string, packageResolutionJson: string, devMode?: boolean | undefined | null, prefix?: string | undefined | null, emitterConfigJson?: string | undefined | null, selectorAliasesJson?: string | undefined | null, selectorOrderJson?: string | undefined | null): string
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
22
|
* Clear the per-file extraction cache used by `analyze_project()`.
|
|
@@ -25,7 +25,7 @@ export declare function analyzeProject(fileEntriesJson: string, themeJson: strin
|
|
|
25
25
|
*/
|
|
26
26
|
export declare function clearAnalysisCache(): void
|
|
27
27
|
|
|
28
|
-
export declare function extract(source: string, filename: string, themeJson: string, variableMapJson: string, configJson: string, groupRegistryJson: string): ExtractionResult
|
|
28
|
+
export declare function extract(source: string, filename: string, themeJson: string, variableMapJson: string, configJson: string, groupRegistryJson: string, selectorAliasesJson?: string | undefined | null, selectorOrderJson?: string | undefined | null): ExtractionResult
|
|
29
29
|
|
|
30
30
|
export interface ExtractionResult {
|
|
31
31
|
css: string
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@animus-ui/extract",
|
|
3
|
-
"version": "0.1.0-next.
|
|
3
|
+
"version": "0.1.0-next.44",
|
|
4
4
|
"description": "Animus static CSS extraction pipeline (Rust/NAPI)",
|
|
5
5
|
"author": "codecaaron <airrobb@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
"compile": "tsc -p tsconfig.build.json --noEmit"
|
|
59
59
|
},
|
|
60
60
|
"optionalDependencies": {
|
|
61
|
-
"@animus-ui/extract-darwin-arm64": "0.1.0-next.
|
|
62
|
-
"@animus-ui/extract-linux-x64-gnu": "0.1.0-next.
|
|
63
|
-
"@animus-ui/extract-linux-arm64-gnu": "0.1.0-next.
|
|
61
|
+
"@animus-ui/extract-darwin-arm64": "0.1.0-next.44",
|
|
62
|
+
"@animus-ui/extract-linux-x64-gnu": "0.1.0-next.44",
|
|
63
|
+
"@animus-ui/extract-linux-arm64-gnu": "0.1.0-next.44"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@animus-ui/properties": "0.1.0-next.
|
|
66
|
+
"@animus-ui/properties": "0.1.0-next.44"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@animus-ui/system": "workspace:*",
|