@convoy/dapper
Advanced tools
Comparing version 2.0.89 to 2.0.91
@@ -8,2 +8,3 @@ import reactTo from './reactTo'; | ||
import { StyleRule } from './types'; | ||
export { Configuration, StyleRule, compute, configure, compile, keyframes, reactTo, renderStatic }; | ||
import { addUnit } from './plugins'; | ||
export { addUnit, Configuration, StyleRule, compute, configure, compile, keyframes, reactTo, renderStatic }; |
@@ -14,2 +14,4 @@ "use strict"; | ||
exports.renderStatic = renderStatic_1.default; | ||
var plugins_1 = require("./plugins"); | ||
exports.addUnit = plugins_1.addUnit; | ||
//# sourceMappingURL=index.js.map |
@@ -0,2 +1,4 @@ | ||
import unit from './unit'; | ||
import { StyleRule } from '../types'; | ||
export declare const addUnit: typeof unit; | ||
export default function apply(style: StyleRule): StyleRule; |
@@ -5,2 +5,3 @@ "use strict"; | ||
var unit_1 = require("./unit"); | ||
exports.addUnit = unit_1.default; | ||
function apply(style) { | ||
@@ -7,0 +8,0 @@ style = unit_1.default(style); |
{ | ||
"name": "@convoy/dapper", | ||
"version": "2.0.89", | ||
"version": "2.0.91", | ||
"description": "Styling library", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
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
116079
1646