Comparing version 12.0.1 to 12.0.2
@@ -100,3 +100,4 @@ declare module 'fela' { | ||
type CSSCustom = { [prop: string]: CSSCustomPrimitive | IStyle } | ||
type CSSCustomPrimitive = IStylePrimitiveExtension[keyof IStylePrimitiveExtension] | ||
type CSSCustomPrimitive = | ||
IStylePrimitiveExtension[keyof IStylePrimitiveExtension] | ||
@@ -139,5 +140,3 @@ type CSSProperties = CSS.Properties<number | string> | ||
function renderToMarkup(renderer: IRenderer): string | ||
function renderToSheetList( | ||
renderer: IRenderer | ||
): { | ||
function renderToSheetList(renderer: IRenderer): { | ||
css: string | ||
@@ -222,5 +221,3 @@ type: TRenderType | ||
type Identifier = ( | ||
name?: string | ||
) => TRule & { | ||
type Identifier = (name?: string) => TRule & { | ||
className: string | ||
@@ -359,5 +356,7 @@ toString(): string | ||
type MediaQueryMap<Props> = ((props: Props) => Record<string, string>) | Record<string, string>; | ||
type MediaQueryMap<Props> = | ||
| ((props: Props) => Record<string, string>) | ||
| Record<string, string> | ||
export default function<Props>(mediaQueryMap: MediaQueryMap<Props>): TPlugin; | ||
export default function <Props>(mediaQueryMap: MediaQueryMap<Props>): TPlugin | ||
} | ||
@@ -457,5 +456,5 @@ | ||
declare module 'fela-plugin-expand-shorthand' { | ||
import { TPlugin } from 'fela'; | ||
export default function (autoMerge: boolean = false): TPlugin; | ||
import { TPlugin } from 'fela' | ||
export default function (autoMerge?: boolean): TPlugin | ||
} | ||
@@ -462,0 +461,0 @@ |
{ | ||
"name": "fela", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"description": "State-Driven Styling in JavaScript", | ||
@@ -52,3 +52,3 @@ "typings": "index.d.ts", | ||
"fast-loops": "^1.0.0", | ||
"fela-utils": "^12.0.1", | ||
"fela-utils": "^12.0.2", | ||
"isobject": "^3.0.1" | ||
@@ -74,3 +74,3 @@ }, | ||
}, | ||
"gitHead": "7561cfb0e00cf326c4373d36eb0bc3418f5031da" | ||
"gitHead": "fde211052bb266f62eafd5b0bd5d66ddca8dc972" | ||
} |
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
95421
1497
Updatedfela-utils@^12.0.2