@ant-design/cssinjs
Advanced tools
Comparing version 0.0.0-alpha.47 to 0.0.0-alpha.49
@@ -88,3 +88,3 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty"; | ||
var keys = key.split(',').map(function (k) { | ||
return "".concat(k.trim(), ".").concat(hashId); | ||
return ".".concat(hashId).concat(k.trim()); | ||
}); | ||
@@ -91,0 +91,0 @@ mergedKey = keys.join(','); |
@@ -119,3 +119,3 @@ "use strict"; | ||
var keys = key.split(',').map(function (k) { | ||
return "".concat(k.trim(), ".").concat(hashId); | ||
return ".".concat(hashId).concat(k.trim()); | ||
}); | ||
@@ -122,0 +122,0 @@ mergedKey = keys.join(','); |
{ | ||
"name": "@ant-design/cssinjs", | ||
"version": "0.0.0-alpha.47", | ||
"version": "0.0.0-alpha.49", | ||
"description": "Component level cssinjs resolution for antd", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
97281