@stylable/runtime
Advanced tools
Comparing version 4.8.3 to 4.9.0
@@ -10,4 +10,5 @@ "use strict"; | ||
Object.defineProperty(exports, "createRenderable", { enumerable: true, get: function () { return css_runtime_stylesheet_1.createRenderable; } }); | ||
var types_1 = require("./types"); | ||
var keyed_list_renderer_1 = require("./keyed-list-renderer"); | ||
Object.defineProperty(exports, "createDOMListRenderer", { enumerable: true, get: function () { return keyed_list_renderer_1.createDOMListRenderer; } }); | ||
//# sourceMappingURL=index.js.map |
export { $, RuntimeRenderer } from './css-runtime-renderer'; | ||
export { create, createRenderable } from './css-runtime-stylesheet'; | ||
export {} from './types'; | ||
export { createDOMListRenderer } from './keyed-list-renderer'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@stylable/runtime", | ||
"version": "4.8.3", | ||
"version": "4.9.0", | ||
"description": "Stylable runtime DOM integration", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
110221
1378