Comparing version 3.3.0 to 3.4.0
@@ -272,14 +272,4 @@ export declare type IBobrilChild = boolean | string | IBobrilNode; | ||
export declare type IBobrilStyles = IBobrilStyle | IBobrilStyle[]; | ||
export declare function style(node: IBobrilNode, ...styles: IBobrilStyles[]): IBobrilNode; | ||
export declare function styleDef(style: any, pseudo?: { | ||
[name: string]: any; | ||
}, nameHint?: string): IBobrilStyleDef; | ||
export declare function styleDefEx(parent: IBobrilStyleDef | IBobrilStyleDef[], style: any, pseudo?: { | ||
[name: string]: any; | ||
}, nameHint?: string): IBobrilStyleDef; | ||
export declare function invalidateStyles(): void; | ||
export declare function sprite(url: string, color?: string, width?: number, height?: number, left?: number, top?: number): IBobrilStyleDef; | ||
export declare function spriteb(width: number, height: number, left: number, top: number): IBobrilStyleDef; | ||
export declare function svgPie(x: number, y: number, radiusBig: number, radiusSmall: number, startAngle: number, endAngle: number): string; | ||
export declare function svgCircle(x: number, y: number, radius: number): string; | ||
export declare function svgRect(x: number, y: number, width: number, height: number): string; |
{ | ||
"name": "bobril", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Component Oriented MVC Framework with virtual DOM", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
282488
8009