@stylable/runtime
Advanced tools
Comparing version 3.11.8 to 4.0.0-alpha.0
@@ -19,3 +19,3 @@ export declare type StateValue = boolean | number | string; | ||
} | ||
export declare type STFunction = (context: string, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string; | ||
export declare type STFunction = (context: string | undefined, stateOrClass?: string | StateMap | undefined, ...classes: Array<string | undefined>) => string; | ||
export interface RuntimeStylesheet extends StylableExports, RenderableStylesheet { | ||
@@ -22,0 +22,0 @@ namespace: string; |
{ | ||
"name": "@stylable/runtime", | ||
"version": "3.11.8", | ||
"version": "4.0.0-alpha.0", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -13,3 +13,4 @@ "main": "cjs/index.js", | ||
"test:e2e": "mocha \"test/e2e/**/*.spec.[tj]s?(x)\" --timeout 20000", | ||
"test": "run-p test:unit test:e2e" | ||
"test": "run-p test:unit test:e2e", | ||
"prepack": "yarn build" | ||
}, | ||
@@ -22,3 +23,3 @@ "files": [ | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=12" | ||
}, | ||
@@ -30,3 +31,4 @@ "publishConfig": { | ||
"author": "Wix.com", | ||
"license": "BSD-3-Clause" | ||
"license": "BSD-3-Clause", | ||
"gitHead": "f794574e154eb415e0dc41bd6c459543704d952f" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/runtime |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 3.11.8 */ | ||
/* runtime version: 4.0.0-alpha.0 */ | ||
function StylableRuntime(exports){ | ||
@@ -3,0 +3,0 @@ exports = exports || {}; |
@@ -0,0 +0,0 @@ import { NodeRenderer, RenderableStylesheet } from './types'; |
@@ -0,0 +0,0 @@ import { CacheStyleNodeRenderer } from './cached-node-renderer'; |
@@ -0,0 +0,0 @@ import { RuntimeRenderer } from './css-runtime-renderer'; |
export * from './css-runtime-renderer'; | ||
export * from './css-runtime-stylesheet'; | ||
export * from './types'; |
@@ -0,0 +0,0 @@ import { NodeRenderer } from './types'; |
@@ -0,0 +0,0 @@ { |
@@ -25,3 +25,3 @@ export type StateValue = boolean | number | string; | ||
export type STFunction = ( | ||
context: string, | ||
context: string | undefined, | ||
stateOrClass?: string | StateMap | undefined, | ||
@@ -28,0 +28,0 @@ ...classes: Array<string | undefined> |
Sorry, the diff of this file is not supported yet
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
53516
2