@commercetools-uikit/spacings-inset
Advanced tools
Comparing version 10.16.1-canary.4 to 10.16.1-canary.5
@@ -48,4 +48,3 @@ 'use strict'; | ||
return core.jsx("div", _extends({ | ||
css: | ||
core.css("padding:", getPadding(props.scale), ";") | ||
css: core.css("padding:", getPadding(props.scale), ";") | ||
}, utils.filterDataAttributes(props)), props.children); | ||
@@ -62,5 +61,5 @@ }; | ||
var version = '10.16.1-canary.4+d2b7d28b'; | ||
var version = '10.16.1-canary.5+73037d7e'; | ||
exports.default = Inset; | ||
exports.version = version; |
@@ -42,4 +42,3 @@ import PropTypes from 'prop-types'; | ||
return jsx("div", _extends({ | ||
css: | ||
css("padding:", getPadding(props.scale), ";") | ||
css: css("padding:", getPadding(props.scale), ";") | ||
}, filterDataAttributes(props)), props.children); | ||
@@ -56,5 +55,5 @@ }; | ||
var version = '10.16.1-canary.4+d2b7d28b'; | ||
var version = '10.16.1-canary.5+73037d7e'; | ||
export default Inset; | ||
export { version }; |
{ | ||
"name": "@commercetools-uikit/spacings-inset", | ||
"version": "10.16.1-canary.4+d2b7d28b", | ||
"version": "10.16.1-canary.5+73037d7e", | ||
"description": "", | ||
@@ -22,5 +22,5 @@ "main": "dist/inset.cjs.js", | ||
"dependencies": { | ||
"@commercetools-uikit/design-system": "10.16.1-canary.4+d2b7d28b", | ||
"@commercetools-uikit/utils": "10.16.1-canary.4+d2b7d28b", | ||
"@emotion/core": "10.0.27", | ||
"@commercetools-uikit/design-system": "10.16.1-canary.5+73037d7e", | ||
"@commercetools-uikit/utils": "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
5127
103
+ 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@emotion/core@10.0.28