@neuronet.io/vido
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -1,2 +0,2 @@ | ||
export { PropertiesHyphenFallback as CSSProp } from 'csstype'; | ||
export { PropertiesHyphenFallback as CSSProps } from 'csstype'; | ||
@@ -3,0 +3,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
export{PropertiesHyphenFallback as CSSProp}from"csstype"; | ||
export{PropertiesHyphenFallback as CSSProps}from"csstype"; | ||
/** | ||
@@ -3,0 +3,0 @@ * @license |
{ | ||
"name": "@neuronet.io/vido", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Compilation-less and eval free frontend framework for fast scalable apps.", | ||
@@ -5,0 +5,0 @@ "main": "dist/vido.umd.min.js", |
@@ -24,3 +24,3 @@ import { render, html, svg } from 'lit-html'; | ||
import helpers from './helpers'; | ||
import { PropertiesHyphenFallback as CSSProp } from 'csstype'; | ||
import { PropertiesHyphenFallback as CSSProps } from 'csstype'; | ||
@@ -448,3 +448,3 @@ import * as lithtml from 'lit-html'; | ||
helpers, | ||
CSSProp, | ||
CSSProps, | ||
}; |
@@ -19,3 +19,3 @@ import { directive, Directive } from 'lit-html/directive'; | ||
import helpers from './helpers'; | ||
import { PropertiesHyphenFallback as CSSProp } from 'csstype'; | ||
import { PropertiesHyphenFallback as CSSProps } from 'csstype'; | ||
import * as lithtml from 'lit-html'; | ||
@@ -76,2 +76,2 @@ export declare type htmlResult = lithtml.TemplateResult | lithtml.TemplateResult[] | lithtml.SVGTemplateResult | lithtml.SVGTemplateResult[] | undefined | null; | ||
export default function Vido<State, Api>(state: State, api: Api): vido<State, Api>; | ||
export { lithtml, Action, Directive, schedule, detach, styleMap, classMap, PointerAction, asyncAppend, asyncReplace, cache, guard, ifDefined, repeat, unsafeHTML, until, Slots, helpers, CSSProp, }; | ||
export { lithtml, Action, Directive, schedule, detach, styleMap, classMap, PointerAction, asyncAppend, asyncReplace, cache, guard, ifDefined, repeat, unsafeHTML, until, Slots, helpers, CSSProps, }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
793686