@trycourier/react-elements
Advanced tools
Comparing version 6.0.1-internal.1cfeff7.0 to 6.0.1-internal.1e0f6ce.0
@@ -60,3 +60,3 @@ "use strict"; | ||
var Title = function Title(opts) { | ||
var _headings$; | ||
var _headings; | ||
@@ -66,3 +66,3 @@ var _opts$level = opts.level, | ||
rest = (0, _objectWithoutProperties2["default"])(opts, ["level"]); | ||
var Heading = (_headings$ = headings["H".concat(level)]) !== null && _headings$ !== void 0 ? _headings$ : headings.H2; | ||
var Heading = (_headings = headings["H".concat(level)]) !== null && _headings !== void 0 ? _headings : headings.H2; | ||
var index = Math.min(Math.max(level - 1, 0), 4); | ||
@@ -69,0 +69,0 @@ var weight = ["900", "800", "700", "500", "300"][index]; |
{ | ||
"name": "@trycourier/react-elements", | ||
"version": "6.0.1-internal.1cfeff7.0+1cfeff7", | ||
"version": "6.0.1-internal.1e0f6ce.0+1e0f6ce", | ||
"description": "Shareable components for each Courier package", | ||
@@ -40,5 +40,5 @@ "author": "Drew Youngwerth <drew@youngwerth.com>", | ||
"react-dom": ">=17.X.X", | ||
"styled-components": ">=^5.X.X" | ||
"styled-components": ">=5.X.X" | ||
}, | ||
"gitHead": "1cfeff7db8582775dad6eaa62076d27647f280dd" | ||
"gitHead": "1e0f6ce4dee7fe62a5cd45736a08b73799659773" | ||
} |
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
39422