@navita/adapter
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -17,2 +17,5 @@ import { StyleRule, GlobalStyleRule, CSSKeyframes, FontFaceRule } from '@navita/types'; | ||
declare function addFontFace(fontFace: FontFaceRule | FontFaceRule[]): string; | ||
type Start = number; | ||
type End = number; | ||
type Position = [Start, End]; | ||
declare function collectResult<T>(input: { | ||
@@ -22,7 +25,10 @@ filePath: string; | ||
result: () => T; | ||
identifier?: string; | ||
line: number; | ||
column: number; | ||
identifier: string; | ||
position: Position; | ||
sourceMap: { | ||
line: number; | ||
column: number; | ||
}; | ||
}): T; | ||
export { Adapter, addCss, addFontFace, addKeyframe, addStaticCss, collectResult, generateIdentifier, setAdapter }; |
{ | ||
"name": "@navita/adapter", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Shared adapter for Navita", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
8120
66