Comparing version 12.0.0-rc.2 to 12.0.0-rc.3.0
@@ -356,7 +356,5 @@ declare module 'fela' { | ||
interface MediaQueryMap { | ||
[key: string]: string | ||
} | ||
type MediaQueryMap<Props> = ((props: Props) => Record<string, string>) | Record<string, string>; | ||
export default function (mediaQueryMap: MediaQueryMap): TPlugin | ||
export default function<Props>(mediaQueryMap: MediaQueryMap<Props>): TPlugin; | ||
} | ||
@@ -455,2 +453,8 @@ | ||
declare module 'fela-plugin-expand-shorthand' { | ||
import { TPlugin } from 'fela'; | ||
export default function (autoMerge: boolean = false): TPlugin; | ||
} | ||
/** | ||
@@ -457,0 +461,0 @@ * PRESETS |
{ | ||
"name": "fela", | ||
"version": "12.0.0-rc.2", | ||
"version": "12.0.0-rc.3.0", | ||
"description": "State-Driven Styling in JavaScript", | ||
@@ -52,3 +52,3 @@ "typings": "index.d.ts", | ||
"fast-loops": "^1.0.0", | ||
"fela-utils": "^12.0.0-rc.2", | ||
"fela-utils": "^12.0.0-rc.3.0", | ||
"isobject": "^3.0.1" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "0e5e638041a6a62e52128dbac21e9c5f21d80b66" | ||
"gitHead": "71e887614179a10c85332e326cf1d943ca51289a" | ||
} |
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
95449
1498
Updatedfela-utils@^12.0.0-rc.3.0