css-in-js-utils
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -13,15 +13,2 @@ import assignStyle from './assignStyle'; | ||
import unprefixValue from './unprefixValue'; | ||
export default { | ||
assignStyle: assignStyle, | ||
camelCaseProperty: camelCaseProperty, | ||
cssifyDeclaration: cssifyDeclaration, | ||
cssifyObject: cssifyObject, | ||
hyphenateProperty: hyphenateProperty, | ||
isPrefixedProperty: isPrefixedProperty, | ||
isPrefixedValue: isPrefixedValue, | ||
isUnitlessProperty: isUnitlessProperty, | ||
normalizeProperty: normalizeProperty, | ||
resolveArrayValue: resolveArrayValue, | ||
unprefixProperty: unprefixProperty, | ||
unprefixValue: unprefixValue | ||
}; | ||
export { assignStyle, camelCaseProperty, cssifyDeclaration, cssifyObject, hyphenateProperty, isPrefixedProperty, isPrefixedValue, isUnitlessProperty, normalizeProperty, resolveArrayValue, unprefixProperty, unprefixValue }; |
@@ -6,2 +6,3 @@ "use strict"; | ||
}); | ||
exports.unprefixValue = exports.unprefixProperty = exports.resolveArrayValue = exports.normalizeProperty = exports.isUnitlessProperty = exports.isPrefixedValue = exports.isPrefixedProperty = exports.hyphenateProperty = exports.cssifyObject = exports.cssifyDeclaration = exports.camelCaseProperty = exports.assignStyle = undefined; | ||
@@ -58,15 +59,13 @@ var _assignStyle = require("./assignStyle"); | ||
exports["default"] = { | ||
assignStyle: _assignStyle2["default"], | ||
camelCaseProperty: _camelCaseProperty2["default"], | ||
cssifyDeclaration: _cssifyDeclaration2["default"], | ||
cssifyObject: _cssifyObject2["default"], | ||
hyphenateProperty: _hyphenateProperty2["default"], | ||
isPrefixedProperty: _isPrefixedProperty2["default"], | ||
isPrefixedValue: _isPrefixedValue2["default"], | ||
isUnitlessProperty: _isUnitlessProperty2["default"], | ||
normalizeProperty: _normalizeProperty2["default"], | ||
resolveArrayValue: _resolveArrayValue2["default"], | ||
unprefixProperty: _unprefixProperty2["default"], | ||
unprefixValue: _unprefixValue2["default"] | ||
}; | ||
exports.assignStyle = _assignStyle2["default"]; | ||
exports.camelCaseProperty = _camelCaseProperty2["default"]; | ||
exports.cssifyDeclaration = _cssifyDeclaration2["default"]; | ||
exports.cssifyObject = _cssifyObject2["default"]; | ||
exports.hyphenateProperty = _hyphenateProperty2["default"]; | ||
exports.isPrefixedProperty = _isPrefixedProperty2["default"]; | ||
exports.isPrefixedValue = _isPrefixedValue2["default"]; | ||
exports.isUnitlessProperty = _isUnitlessProperty2["default"]; | ||
exports.normalizeProperty = _normalizeProperty2["default"]; | ||
exports.resolveArrayValue = _resolveArrayValue2["default"]; | ||
exports.unprefixProperty = _unprefixProperty2["default"]; | ||
exports.unprefixValue = _unprefixValue2["default"]; |
{ | ||
"name": "css-in-js-utils", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "Useful utility functions for CSS in JS solutions", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
111842
0
2986