terra-heading
Advanced tools
Comparing version 4.45.0 to 4.46.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.46.0 - (July 6, 2021) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.45.0 - (May 11, 2021) | ||
@@ -7,0 +12,0 @@ |
@@ -16,2 +16,4 @@ "use strict"; | ||
var _excluded = ["level", "children", "isVisuallyHidden", "isItalic", "size", "weight", "colorClass"]; | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -114,3 +116,3 @@ | ||
colorClass = _ref.colorClass, | ||
customProps = _objectWithoutProperties(_ref, ["level", "children", "isVisuallyHidden", "isItalic", "size", "weight", "colorClass"]); | ||
customProps = _objectWithoutProperties(_ref, _excluded); | ||
@@ -117,0 +119,0 @@ var attributes = _objectSpread({}, customProps); |
{ | ||
"name": "terra-heading", | ||
"main": "lib/Heading.js", | ||
"version": "4.45.0", | ||
"version": "4.46.0", | ||
"description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.", | ||
@@ -32,3 +32,3 @@ "repository": { | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.46.0" | ||
"terra-arrange": "^3.47.0" | ||
}, | ||
@@ -48,3 +48,3 @@ "scripts": { | ||
}, | ||
"gitHead": "da46567d181eafbac5613b43b05c2cb0daa52fb1" | ||
"gitHead": "ccca9ef22c3bd7bc08f1e3e41fbc5d32433f6369" | ||
} |
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
79419
1071
Updatedterra-arrange@^3.47.0