@stylable/runtime
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -54,2 +54,4 @@ "use strict"; | ||
Object.setPrototypeOf(stylable_runtime_stylesheet, locals); | ||
// EDGE CACHE BUG FIX | ||
stylable_runtime_stylesheet[locals.$root] = locals[locals.$root]; | ||
return stylable_runtime_stylesheet; | ||
@@ -56,0 +58,0 @@ } |
{ | ||
"name": "@stylable/runtime", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -31,3 +31,3 @@ "main": "cjs/index.js", | ||
"license": "BSD-3-Clause", | ||
"gitHead": "c1482394cb94ebcd9e290f25e0d92ca36499fe08" | ||
"gitHead": "c8b12cc3c64557c6721beec89353b25adb8cc78c" | ||
} |
@@ -0,0 +0,0 @@ # @stylable/runtime |
@@ -1,2 +0,2 @@ | ||
/* runtime version: 1.0.3 */ | ||
/* runtime version: 1.0.4 */ | ||
function StylableRuntime(exports){ | ||
@@ -221,2 +221,4 @@ exports = exports || {}; | ||
Object.setPrototypeOf(stylable_runtime_stylesheet, locals); | ||
// EDGE CACHE BUG FIX | ||
stylable_runtime_stylesheet[locals.$root] = locals[locals.$root]; | ||
return stylable_runtime_stylesheet; | ||
@@ -223,0 +225,0 @@ } |
@@ -0,0 +0,0 @@ import { NodeRenderer, RenderableStylesheet } from './types'; |
@@ -0,0 +0,0 @@ import { CacheStyleNodeRenderer } from './cached-node-renderer'; |
@@ -80,3 +80,7 @@ import { AttributeMap, InheritedAttributes, RuntimeStylesheet, StateMap } from './types'; | ||
// EDGE CACHE BUG FIX | ||
(stylable_runtime_stylesheet as any)[locals.$root] = locals[locals.$root]; | ||
return stylable_runtime_stylesheet as RuntimeStylesheet; | ||
} | ||
@@ -83,0 +87,0 @@ |
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
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
47178
826