@commercetools-uikit/stamp
Advanced tools
Comparing version 10.16.1-canary.4 to 10.16.1-canary.5
@@ -18,4 +18,3 @@ 'use strict'; | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorError95, ";border:1px solid ", designSystem.customProperties.colorError, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorError95, ";border:1px solid ", designSystem.customProperties.colorError, ";") | ||
); | ||
@@ -25,4 +24,3 @@ } | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorWarning95, ";border:1px solid ", designSystem.customProperties.colorWarning, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorWarning95, ";border:1px solid ", designSystem.customProperties.colorWarning, ";") | ||
); | ||
@@ -32,4 +30,3 @@ } | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorPrimary85, ";border:1px solid ", designSystem.customProperties.colorPrimary40, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorPrimary85, ";border:1px solid ", designSystem.customProperties.colorPrimary40, ";") | ||
); | ||
@@ -39,4 +36,3 @@ } | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorInfo95, ";border:1px solid ", designSystem.customProperties.colorInfo, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorInfo95, ";border:1px solid ", designSystem.customProperties.colorInfo, ";") | ||
); | ||
@@ -46,4 +42,3 @@ } | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorPrimary95, ";border:1px solid ", designSystem.customProperties.colorPrimary25, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorPrimary95, ";border:1px solid ", designSystem.customProperties.colorPrimary25, ";") | ||
); | ||
@@ -53,9 +48,7 @@ } | ||
{ | ||
return ( | ||
core.css("background-color:", designSystem.customProperties.colorNeutral90, ";border:1px solid ", designSystem.customProperties.colorNeutral60, ";") | ||
return (core.css("background-color:", designSystem.customProperties.colorNeutral90, ";border:1px solid ", designSystem.customProperties.colorNeutral60, ";") | ||
); | ||
} | ||
default: | ||
return ( | ||
core.css() | ||
return (core.css() | ||
); | ||
@@ -66,5 +59,3 @@ } | ||
return core.jsx("div", { | ||
css: | ||
_css([ | ||
core.css("color:", designSystem.customProperties.colorSolid, ";font-size:", designSystem.customProperties.fontSizeDefault, ";border-radius:2px;"), getToneStyles(props)]) | ||
css: _css([core.css("color:", designSystem.customProperties.colorSolid, ";font-size:", designSystem.customProperties.fontSizeDefault, ";border-radius:2px;"), getToneStyles(props)]) | ||
}, core.jsx(InsetSquish, { | ||
@@ -80,5 +71,5 @@ scale: "s" | ||
var version = '10.16.1-canary.4+d2b7d28b'; | ||
var version = '10.16.1-canary.5+73037d7e'; | ||
exports.default = Label; | ||
exports.version = version; |
@@ -12,4 +12,3 @@ import _css from '@emotion/css'; | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorError95, ";border:1px solid ", customProperties.colorError, ";") | ||
return (css("background-color:", customProperties.colorError95, ";border:1px solid ", customProperties.colorError, ";") | ||
); | ||
@@ -19,4 +18,3 @@ } | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorWarning95, ";border:1px solid ", customProperties.colorWarning, ";") | ||
return (css("background-color:", customProperties.colorWarning95, ";border:1px solid ", customProperties.colorWarning, ";") | ||
); | ||
@@ -26,4 +24,3 @@ } | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorPrimary85, ";border:1px solid ", customProperties.colorPrimary40, ";") | ||
return (css("background-color:", customProperties.colorPrimary85, ";border:1px solid ", customProperties.colorPrimary40, ";") | ||
); | ||
@@ -33,4 +30,3 @@ } | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorInfo95, ";border:1px solid ", customProperties.colorInfo, ";") | ||
return (css("background-color:", customProperties.colorInfo95, ";border:1px solid ", customProperties.colorInfo, ";") | ||
); | ||
@@ -40,4 +36,3 @@ } | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorPrimary95, ";border:1px solid ", customProperties.colorPrimary25, ";") | ||
return (css("background-color:", customProperties.colorPrimary95, ";border:1px solid ", customProperties.colorPrimary25, ";") | ||
); | ||
@@ -47,9 +42,7 @@ } | ||
{ | ||
return ( | ||
css("background-color:", customProperties.colorNeutral90, ";border:1px solid ", customProperties.colorNeutral60, ";") | ||
return (css("background-color:", customProperties.colorNeutral90, ";border:1px solid ", customProperties.colorNeutral60, ";") | ||
); | ||
} | ||
default: | ||
return ( | ||
css() | ||
return (css() | ||
); | ||
@@ -60,5 +53,3 @@ } | ||
return jsx("div", { | ||
css: | ||
_css([ | ||
css("color:", customProperties.colorSolid, ";font-size:", customProperties.fontSizeDefault, ";border-radius:2px;"), getToneStyles(props)]) | ||
css: _css([css("color:", customProperties.colorSolid, ";font-size:", customProperties.fontSizeDefault, ";border-radius:2px;"), getToneStyles(props)]) | ||
}, jsx(InsetSquish, { | ||
@@ -74,5 +65,5 @@ scale: "s" | ||
var version = '10.16.1-canary.4+d2b7d28b'; | ||
var version = '10.16.1-canary.5+73037d7e'; | ||
export default Label; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/stamp", | ||
"version": "10.16.1-canary.4+d2b7d28b", | ||
"version": "10.16.1-canary.5+73037d7e", | ||
"description": "", | ||
@@ -22,5 +22,5 @@ "main": "dist/stamp.cjs.js", | ||
"dependencies": { | ||
"@commercetools-uikit/design-system": "10.16.1-canary.4+d2b7d28b", | ||
"@commercetools-uikit/spacings-inset-squish": "10.16.1-canary.4+d2b7d28b", | ||
"@emotion/core": "10.0.27", | ||
"@commercetools-uikit/design-system": "10.16.1-canary.5+73037d7e", | ||
"@commercetools-uikit/spacings-inset-squish": "10.16.1-canary.5+73037d7e", | ||
"@emotion/core": "10.0.28", | ||
"prop-types": "15.7.2" | ||
@@ -31,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "d2b7d28b8caab04100108fcf0d7efcf3b93f7cd9" | ||
"gitHead": "73037d7e0407b8f2958f37d5a2cc6f17705fe897" | ||
} |
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
7490
119
+ Added@emotion/core@10.0.28(transitive)
- Removed@emotion/core@10.0.27(transitive)
Updated@commercetools-uikit/design-system@10.16.1-canary.5+73037d7e
Updated@commercetools-uikit/spacings-inset-squish@10.16.1-canary.5+73037d7e
Updated@emotion/core@10.0.28