@speedy-js/speedy-types
Advanced tools
Comparing version 0.13.2-alpha.19 to 0.13.2-alpha.20
@@ -0,3 +1,3 @@ | ||
import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss'; | ||
import type CleanCss from 'clean-css'; | ||
import type { ProcessOptions as PostcssProcessOptions, AcceptedPlugin as PostcssPlugin } from '../../shims/postcss'; | ||
declare type Item = RegExp | ((path: string) => boolean); | ||
@@ -19,2 +19,3 @@ declare type CSSOption = { | ||
} | ||
declare type LocalsConventionFunction = (originalClassName: string, generatedClassName: string, inputFile: string) => string; | ||
export interface Style { | ||
@@ -33,2 +34,6 @@ name?: string; | ||
cleanCss?: CleanCss.OptionsOutput; | ||
cssModuleReg?: RegExp; | ||
cssModuleOptions?: { | ||
localsConvention?: 'camelCase' | 'camelCaseOnly' | 'dashes' | 'dashesOnly' | LocalsConventionFunction; | ||
}; | ||
} | ||
@@ -35,0 +40,0 @@ export interface PostCssPx2RemOptions { |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.13.2-alpha.19", | ||
"version": "0.13.2-alpha.20", | ||
"description": "", | ||
@@ -20,7 +20,7 @@ "source": "src/index.ts", | ||
"@speedy-js/config": "0.8.0-3", | ||
"@types/clean-css": "4.2.5", | ||
"@types/fs-extra": "9.0.13", | ||
"@types/node": "12.20.42", | ||
"@types/clean-css": "4.2.5", | ||
"chokidar": "3.5.2", | ||
"@speedy-js/esbuild": "0.14.28-speedy-5", | ||
"@speedy-js/esbuild": "0.14.28-speedy-6", | ||
"http-proxy-middleware": "2.0.1", | ||
@@ -43,3 +43,2 @@ "tapable": "2.2.1", | ||
"typescript": "4.4.4", | ||
"postcss-load-config": "3.1.4", | ||
"@speedy-js/speedy-node-rig": "1.0.0" | ||
@@ -46,0 +45,0 @@ }, |
Sorry, the diff of this file is too big to display
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
112990
24
3293