@stylable/runtime
Advanced tools
Comparing version 4.1.0-alpha.3 to 4.1.0
@@ -37,7 +37,2 @@ export declare type StateValue = boolean | number | string; | ||
} | ||
export interface Host { | ||
sts?: (namespace: string, context: string | undefined, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string; | ||
stc?: (namespace: string, stateMapping?: StateMap | null | undefined) => string; | ||
sti?: (namespace: string, css: string, depth: number, runtimeId: string) => void; | ||
} | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@stylable/runtime", | ||
"version": "4.1.0-alpha.3", | ||
"version": "4.1.0", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -13,3 +13,2 @@ "main": "dist/index.js", | ||
"dist", | ||
"esm", | ||
"!dist/test", | ||
@@ -16,0 +15,0 @@ "src", |
@@ -49,12 +49,1 @@ export type StateValue = boolean | number | string; | ||
} | ||
export interface Host { | ||
sts?: ( | ||
namespace: string, | ||
context: string | undefined, | ||
stateOrClass?: string | StateMap | undefined, | ||
...classes: Array<string | undefined> | ||
) => string; | ||
stc?: (namespace: string, stateMapping?: StateMap | null | undefined) => string; | ||
sti?: (namespace: string, css: string, depth: number, runtimeId: string) => void; | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
42580
33
646