@commercetools-uikit/stamp
Advanced tools
Comparing version 10.18.7-canary.4 to 10.18.7-canary.5
@@ -63,3 +63,3 @@ 'use strict'; | ||
var getToneStyles = function getToneStyles(props, theme) { | ||
var overwrittenVars = _objectSpread2({}, designSystem.customProperties, {}, theme); | ||
var overwrittenVars = _objectSpread2(_objectSpread2({}, designSystem.customProperties), theme); | ||
switch (props.tone) { | ||
@@ -95,3 +95,3 @@ case 'critical': | ||
var getStampStyles = function getStampStyles(props, theme) { | ||
var overwrittenVars = _objectSpread2({}, designSystem.customProperties, {}, theme); | ||
var overwrittenVars = _objectSpread2(_objectSpread2({}, designSystem.customProperties), theme); | ||
return core.css("color:", overwrittenVars.colorSolid, ";font-size:", overwrittenVars.fontSizeDefault, ";border-radius:", overwrittenVars.borderRadius2, ";"); | ||
@@ -114,5 +114,5 @@ }; | ||
var version = '10.18.7-canary.4+635c2bdf'; | ||
var version = '10.18.7-canary.5+37850586'; | ||
exports.default = Stamp; | ||
exports.version = version; |
@@ -57,3 +57,3 @@ import PropTypes from 'prop-types'; | ||
var getToneStyles = function getToneStyles(props, theme) { | ||
var overwrittenVars = _objectSpread2({}, customProperties, {}, theme); | ||
var overwrittenVars = _objectSpread2(_objectSpread2({}, customProperties), theme); | ||
switch (props.tone) { | ||
@@ -89,3 +89,3 @@ case 'critical': | ||
var getStampStyles = function getStampStyles(props, theme) { | ||
var overwrittenVars = _objectSpread2({}, customProperties, {}, theme); | ||
var overwrittenVars = _objectSpread2(_objectSpread2({}, customProperties), theme); | ||
return css("color:", overwrittenVars.colorSolid, ";font-size:", overwrittenVars.fontSizeDefault, ";border-radius:", overwrittenVars.borderRadius2, ";"); | ||
@@ -108,5 +108,5 @@ }; | ||
var version = '10.18.7-canary.4+635c2bdf'; | ||
var version = '10.18.7-canary.5+37850586'; | ||
export default Stamp; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/stamp", | ||
"version": "10.18.7-canary.4+635c2bdf", | ||
"version": "10.18.7-canary.5+37850586", | ||
"description": "", | ||
@@ -22,4 +22,4 @@ "main": "dist/stamp.cjs.js", | ||
"dependencies": { | ||
"@commercetools-uikit/design-system": "10.18.7-canary.4+635c2bdf", | ||
"@commercetools-uikit/spacings-inset-squish": "10.18.7-canary.4+635c2bdf", | ||
"@commercetools-uikit/design-system": "10.18.7-canary.5+37850586", | ||
"@commercetools-uikit/spacings-inset-squish": "10.18.7-canary.5+37850586", | ||
"@emotion/core": "10.0.28", | ||
@@ -31,3 +31,3 @@ "prop-types": "15.7.2" | ||
}, | ||
"gitHead": "635c2bdf3baf85f99a493ca78a75216ef4383f40" | ||
"gitHead": "37850586b5473b8ece407856e358f56b284bd60c" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
10264