@tailwindcss-mangle/core 2.0.2 → 2.0.4

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -17
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -32,22 +32,6 @@ interface ICssHandlerOptions extends IHandlerOptions {
32
32
  ignoreVueScoped?: boolean;
33
33
  file?: string;
34
34
  }
35
- interface ClassSetOutputOptions {
36
- filename: string;
37
- dir?: string;
38
- type: 'all' | 'partial';
39
- }
40
- interface ClassMapOutputOptions {
41
- filename: string;
42
- dir?: string;
43
- }
44
- interface Options {
45
- classGenerator?: IClassGeneratorOptions;
46
- exclude?: string[];
47
- include?: string[];
48
- classSetOutput?: boolean | ClassSetOutputOptions;
49
- classMapOutput?: boolean | ClassMapOutputOptions;
50
- }
51
35
 
52
36
  declare function cssHandler(rawSource: string, options: ICssHandlerOptions): postcss.LazyResult | postcss_lib_no_work_result.default;
53
37
 
@@ -63,4 +47,4 @@ declare function preProcessJs(options: {
63
47
  declare function handleValue(raw: string, node: StringLiteral | TemplateElement, options: IJsHandlerOptions): string;
64
48
  declare function jsHandler(rawSource: string, options: IJsHandlerOptions): BabelFileResult;
65
49
 
66
- export { ClassMapOutputOptions, ClassSetOutputOptions, IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, Options, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs };
50
+ export { IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tailwindcss-mangle/core",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "The core of tailwindcss-mangle",
5
5
  "exports": {
6
6
  ".": {
@@ -44,7 +44,7 @@
44
44
  "postcss": "^8.4.27",
45
45
  "postcss-selector-parser": "^6.0.13",
46
46
  "magic-string": "^0.30.2",
47
- "@tailwindcss-mangle/shared": "^2.0.0"
47
+ "@tailwindcss-mangle/shared": "^2.0.4"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@parse5/tools": "^0.2.0",