Comparing version 17.13.0 to 17.13.1
# CHANGELOG | ||
## 17.13.1 | ||
`svg` method was not marked as pure. | ||
## 17.13.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "bobril", | ||
"version": "17.13.0", | ||
"version": "17.13.1", | ||
"description": "Component Oriented MVC Framework with virtual DOM and CSS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -601,3 +601,3 @@ import { CSSStyles, CSSPseudoStyles, CSSStylesItem, CSSInlineStyles } from "./cssTypes"; | ||
// PureFuncs: styleDef, styleDefEx, sprite, spriteb, spritebc | ||
// PureFuncs: styleDef, styleDefEx, sprite, spriteb, spritebc, svg | ||
@@ -604,0 +604,0 @@ export function styleDef(style: CSSStyles, pseudoOrAttr?: CSSPseudoStyles, nameHint?: string): IBobrilStyleDef { |
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
394743