@stylable/runtime
Advanced tools
Comparing version 1.0.4 to 1.3.1
{ | ||
"name": "@stylable/runtime", | ||
"version": "1.0.4", | ||
"version": "1.3.1", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -31,3 +31,3 @@ "main": "cjs/index.js", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "c8b12cc3c64557c6721beec89353b25adb8cc78c" | ||
"gitHead": "97607ddfac4fffc49c7aab7005138994a0f0e2c3" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/runtime |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 1.0.4 */ | ||
/* runtime version: 1.3.1 */ | ||
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 { AttributeMap, InheritedAttributes, RuntimeStylesheet, StateMap } from './types'; |
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 @@ { |
@@ -0,0 +0,0 @@ export type StateValue = boolean | number | string; |
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
46554