tailwindcss-patch
Advanced tools
Comparing version 3.1.0-alpha.0 to 3.1.0-alpha.1
@@ -88,2 +88,9 @@ import { Rule, Node } from 'postcss'; | ||
}; | ||
interface ILengthUnitsPatchOptions { | ||
units: string[]; | ||
lengthUnitsFilePath?: string; | ||
variableName?: string; | ||
overwrite?: boolean; | ||
destPath?: string; | ||
} | ||
@@ -139,10 +146,2 @@ declare function getCacheOptions(options?: CacheOptions | boolean): InternalCacheOptions; | ||
interface ILengthUnitsPatchOptions { | ||
units: string[]; | ||
lengthUnitsFilePath?: string; | ||
variableName?: string; | ||
overwrite?: boolean; | ||
destPath?: string; | ||
} | ||
declare function monkeyPatchForSupportingCustomUnit(rootDir: string, options?: Partial<ILengthUnitsPatchOptions>): string | undefined; | ||
@@ -165,2 +164,2 @@ | ||
export { CacheManager, type CacheOptions, type CacheStrategy, type DeepRequired, type InternalCacheOptions, type InternalPatchOptions, type PackageInfo, type PatchOptions, type TailwindcssClassCache, TailwindcssPatcher, type TailwindcssPatcherOptions, type TailwindcssRuntimeContext, ensureFileContent, getCacheOptions, getPackageInfoSync, internalPatch, isObject, logger, monkeyPatchForExposingContextV2, monkeyPatchForExposingContextV3, monkeyPatchForSupportingCustomUnit, requireResolve }; | ||
export { CacheManager, type CacheOptions, type CacheStrategy, type DeepRequired, type ILengthUnitsPatchOptions, type InternalCacheOptions, type InternalPatchOptions, type PackageInfo, type PatchOptions, type TailwindcssClassCache, TailwindcssPatcher, type TailwindcssPatcherOptions, type TailwindcssRuntimeContext, ensureFileContent, getCacheOptions, getPackageInfoSync, internalPatch, isObject, logger, monkeyPatchForExposingContextV2, monkeyPatchForExposingContextV3, monkeyPatchForSupportingCustomUnit, requireResolve }; |
{ | ||
"name": "tailwindcss-patch", | ||
"version": "3.1.0-alpha.0", | ||
"version": "3.1.0-alpha.1", | ||
"description": "patch tailwindcss for exposing context and extract classes", | ||
@@ -5,0 +5,0 @@ "author": "SonOfMagic <qq1324318532@gmail.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
91229
0